]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[build] Delete incomplete targets if building fails for any reason
authorMichael Brown <mcb30@ipxe.org>
Sun, 27 Mar 2011 21:33:33 +0000 (22:33 +0100)
committerMichael Brown <mcb30@ipxe.org>
Sun, 27 Mar 2011 21:37:03 +0000 (22:37 +0100)
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/Makefile.housekeeping

index 964d50098cf37548b81350b10de5d2116fe6a144..57e52c0f82f5379b6fe3f6a7c6fa10adb691c5a8 100644 (file)
@@ -1106,6 +1106,13 @@ endif # defined(BIN)
 hci/keymap/keymap_%.c :
        $(Q)$(PERL) $(GENKEYMAP) $* > $@
 
+###############################################################################
+#
+# Force deletion of incomplete targets
+#
+
+.DELETE_ON_ERROR :
+
 ###############################################################################
 #
 # Clean-up