Ver código fonte

[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 anos atrás
pai
commit
9b68dc78b9
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      src/Makefile.housekeeping

+ 1
- 1
src/Makefile.housekeeping Ver arquivo

@@ -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
 ###############################################################################

Carregando…
Cancelar
Salvar