Sfoglia il codice sorgente

[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 anni fa
parent
commit
9b68dc78b9
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      src/Makefile.housekeeping

+ 1
- 1
src/Makefile.housekeeping Vedi File

@@ -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…
Annulla
Salva