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

ci: do not use pushd/popd in GNUmakefile

This commit is contained in:
Delyan Angelov 2022-01-18 17:42:29 +02:00
parent 6dfa11e2f7
commit 1c5eb7ccdc
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -120,7 +120,7 @@ fresh_vc:
ifndef local
latest_tcc: $(TMPTCC)/.git/config
@pushd . > /dev/null && cd $(TMPTCC) && $(GITCLEANPULL) && popd > /dev/null
cd $(TMPTCC) && $(GITCLEANPULL)
@$(MAKE) --quiet check_for_working_tcc 2> /dev/null
else
latest_tcc: