summaryrefslogtreecommitdiffstats
path: root/src/Makefile.housekeeping
diff options
context:
space:
mode:
authorMichael Brown2011-03-16 15:06:46 +0100
committerMichael Brown2011-03-16 15:06:46 +0100
commit9b68dc78b9e32dccc7c8a51f9460c6ffc63195a5 (patch)
tree4447563579a645a5ddf25adf51c9c3560e26a6a5 /src/Makefile.housekeeping
parent[console] Add keyboard map selection (diff)
downloadipxe-9b68dc78b9e32dccc7c8a51f9460c6ffc63195a5.tar.gz
ipxe-9b68dc78b9e32dccc7c8a51f9460c6ffc63195a5.tar.xz
ipxe-9b68dc78b9e32dccc7c8a51f9460c6ffc63195a5.zip
[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>
Diffstat (limited to 'src/Makefile.housekeeping')
-rw-r--r--src/Makefile.housekeeping2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.housekeeping b/src/Makefile.housekeeping
index 39b0aa25..709f8de1 100644
--- a/src/Makefile.housekeeping
+++ b/src/Makefile.housekeeping
@@ -1090,7 +1090,7 @@ endif # defined(BIN)
# Keyboard maps
#
-hci/keymap/keymap_%.c : $(GENKEYMAP)
+hci/keymap/keymap_%.c :
$(Q)$(PERL) $(GENKEYMAP) $* > $@
###############################################################################