mirror of
https://github.com/ipxe/ipxe
synced 2025-12-20 03:55:46 +03:00
[build] Delete incomplete targets if building fails for any reason
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -1106,6 +1106,13 @@ endif # defined(BIN)
|
|||||||
hci/keymap/keymap_%.c :
|
hci/keymap/keymap_%.c :
|
||||||
$(Q)$(PERL) $(GENKEYMAP) $* > $@
|
$(Q)$(PERL) $(GENKEYMAP) $* > $@
|
||||||
|
|
||||||
|
###############################################################################
|
||||||
|
#
|
||||||
|
# Force deletion of incomplete targets
|
||||||
|
#
|
||||||
|
|
||||||
|
.DELETE_ON_ERROR :
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
#
|
#
|
||||||
# Clean-up
|
# Clean-up
|
||||||
|
|||||||
Reference in New Issue
Block a user