Have make remove targets if a recipie fails.
This commit is contained in:
parent
3b108e7699
commit
1a797edd3b
|
@ -54,4 +54,6 @@ STRIP = $(CROSS_COMPILE)strip
|
|||
all:
|
||||
.PHONY: all
|
||||
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
MKENV_INCLUDED = 1
|
||||
|
|
Loading…
Reference in New Issue