allow each project to choose if cache is reused
This commit is contained in:
parent
f966d23708
commit
a5ab6f8dcd
1
Makefile
1
Makefile
|
@ -152,7 +152,6 @@ $(DIST_DIR):
|
|||
&& { echo "Error: Git has untracked files present"; exit 1; } || :
|
||||
git diff --name-only | grep . \
|
||||
&& { echo "Error: Git has unstaged changes present"; exit 1; } || :
|
||||
cp -Rp $@/* $(OUT_DIR)/
|
||||
[ "$(PRESERVE_CACHE)" = "true" ] || $(MAKE) toolchain-clean
|
||||
$(MAKE) default
|
||||
cp -Rp $(OUT_DIR)/* $@/
|
||||
|
|
Loading…
Reference in New Issue