From: Michael Brown Date: Sun, 27 Mar 2011 21:33:33 +0000 (+0100) Subject: [build] Delete incomplete targets if building fails for any reason X-Git-Tag: v1.20.1~2187 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ccd5b831ac2b82357f08cfdb8f88a9d1c35b3ab;p=thirdparty%2Fipxe.git [build] Delete incomplete targets if building fails for any reason Signed-off-by: Michael Brown --- diff --git a/src/Makefile.housekeeping b/src/Makefile.housekeeping index 964d50098..57e52c0f8 100644 --- a/src/Makefile.housekeeping +++ b/src/Makefile.housekeeping @@ -1106,6 +1106,13 @@ endif # defined(BIN) hci/keymap/keymap_%.c : $(Q)$(PERL) $(GENKEYMAP) $* > $@ +############################################################################### +# +# Force deletion of incomplete targets +# + +.DELETE_ON_ERROR : + ############################################################################### # # Clean-up