Have make remove targets if a recipie fails.

pull/501/head
Dave Hylands 2014-04-16 08:09:59 -07:00
rodzic 3b108e7699
commit 1a797edd3b
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -54,4 +54,6 @@ STRIP = $(CROSS_COMPILE)strip
all:
.PHONY: all
.DELETE_ON_ERROR:
MKENV_INCLUDED = 1