mirror of https://github.com/ipxe/ipxe.git
[build] Delete incomplete targets if building fails for any reason
Signed-off-by: Michael Brown <mcb30@ipxe.org>pull/1/head
parent
b604e8a388
commit
7ccd5b831a
|
@ -1106,6 +1106,13 @@ endif # defined(BIN)
|
|||
hci/keymap/keymap_%.c :
|
||||
$(Q)$(PERL) $(GENKEYMAP) $* > $@
|
||||
|
||||
###############################################################################
|
||||
#
|
||||
# Force deletion of incomplete targets
|
||||
#
|
||||
|
||||
.DELETE_ON_ERROR :
|
||||
|
||||
###############################################################################
|
||||
#
|
||||
# Clean-up
|
||||
|
|
Loading…
Reference in New Issue