From 7ccd5b831ac2b82357f08cfdb8f88a9d1c35b3ab Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sun, 27 Mar 2011 22:33:33 +0100 Subject: [build] Delete incomplete targets if building fails for any reason Signed-off-by: Michael Brown --- src/Makefile.housekeeping | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/Makefile.housekeeping') diff --git a/src/Makefile.housekeeping b/src/Makefile.housekeeping index 964d5009..57e52c0f 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 -- cgit v1.2.3-55-g7522