8077814: Add .DELETE_ON_ERROR to makefiles
Reviewed-by: tbell, ihse
This commit is contained in:
parent
fb08581429
commit
7f3a8ab26c
@ -36,6 +36,10 @@ ifeq ($(wildcard $(SPEC)),)
|
||||
$(error MakeBase.gmk needs SPEC set to a proper spec.gmk)
|
||||
endif
|
||||
|
||||
# By defining this pseudo target, make will automatically remove targets
|
||||
# if their recipe fails so that a rebuild is automatically triggered on the
|
||||
# next make invocation.
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
##############################
|
||||
# Functions
|
||||
|
Loading…
Reference in New Issue
Block a user