瀏覽代碼

[build] Avoid rebuilding keymap files automatically

The keymap files, though autogenerated, are checked in to version
control and should be considered as source files.  They should never
be automatically rebuilt.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 13 年之前
父節點
當前提交
9b68dc78b9
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/Makefile.housekeeping

+ 1
- 1
src/Makefile.housekeeping 查看文件

@@ -1090,7 +1090,7 @@ endif # defined(BIN)
1090 1090
 # Keyboard maps
1091 1091
 #
1092 1092
 
1093
-hci/keymap/keymap_%.c : $(GENKEYMAP)
1093
+hci/keymap/keymap_%.c :
1094 1094
 	$(Q)$(PERL) $(GENKEYMAP) $* > $@
1095 1095
 
1096 1096
 ###############################################################################

Loading…
取消
儲存