summaryrefslogtreecommitdiffstats
path: root/src/Makefile.housekeeping
diff options
context:
space:
mode:
authorMichael Brown2011-03-27 23:33:33 +0200
committerMichael Brown2011-03-27 23:37:03 +0200
commit7ccd5b831ac2b82357f08cfdb8f88a9d1c35b3ab (patch)
tree936af2a493fe128b5e6e933022853b52951e6d57 /src/Makefile.housekeeping
parent[linux] Make malloc and linux_umalloc valgrindable (diff)
downloadipxe-7ccd5b831ac2b82357f08cfdb8f88a9d1c35b3ab.tar.gz
ipxe-7ccd5b831ac2b82357f08cfdb8f88a9d1c35b3ab.tar.xz
ipxe-7ccd5b831ac2b82357f08cfdb8f88a9d1c35b3ab.zip
[build] Delete incomplete targets if building fails for any reason
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/Makefile.housekeeping')
-rw-r--r--src/Makefile.housekeeping7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Makefile.housekeeping b/src/Makefile.housekeeping
index 964d5009..57e52c0f 100644
--- a/src/Makefile.housekeeping
+++ b/src/Makefile.housekeeping
@@ -1108,6 +1108,13 @@ hci/keymap/keymap_%.c :
###############################################################################
#
+# Force deletion of incomplete targets
+#
+
+.DELETE_ON_ERROR :
+
+###############################################################################
+#
# Clean-up
#
clean :