builtin: fix termux make (#10016)
parent
928ced3df8
commit
591d185db6
2
Makefile
2
Makefile
|
@ -111,7 +111,6 @@ fresh_vc:
|
||||||
rm -rf $(VC)
|
rm -rf $(VC)
|
||||||
$(GITFASTCLONE) $(VCREPO) $(VC)
|
$(GITFASTCLONE) $(VCREPO) $(VC)
|
||||||
|
|
||||||
ifndef ANDROID
|
|
||||||
ifndef local
|
ifndef local
|
||||||
latest_tcc: $(TMPTCC)/.git/config
|
latest_tcc: $(TMPTCC)/.git/config
|
||||||
cd $(TMPTCC) && $(GITCLEANPULL)
|
cd $(TMPTCC) && $(GITCLEANPULL)
|
||||||
|
@ -119,7 +118,6 @@ else
|
||||||
latest_tcc:
|
latest_tcc:
|
||||||
@echo "Using local tcc"
|
@echo "Using local tcc"
|
||||||
endif
|
endif
|
||||||
endif
|
|
||||||
|
|
||||||
fresh_tcc:
|
fresh_tcc:
|
||||||
rm -rf $(TMPTCC)
|
rm -rf $(TMPTCC)
|
||||||
|
|
Loading…
Reference in New Issue