1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

make: remove obsolete references to /var/tmp/tcc

This commit is contained in:
Delyan Angelov
2020-12-03 09:17:31 +02:00
parent c5a7c51dfd
commit 97ed2bf211
2 changed files with 4 additions and 8 deletions

View File

@@ -105,10 +105,6 @@ endif
fresh_tcc:
ifndef ANDROID
ifdef LINUX
rm -rf /var/tmp/tcc
git clone https://github.com/vlang/tccbin /var/tmp/tcc
endif
rm -rf $(TMPTCC)
$(GITFASTCLONE) --branch $(TCCBRANCH) $(TCCREPO) $(TMPTCC)
endif