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:
parent
6dfa11e2f7
commit
1c5eb7ccdc
@ -120,7 +120,7 @@ fresh_vc:
|
|||||||
|
|
||||||
ifndef local
|
ifndef local
|
||||||
latest_tcc: $(TMPTCC)/.git/config
|
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
|
@$(MAKE) --quiet check_for_working_tcc 2> /dev/null
|
||||||
else
|
else
|
||||||
latest_tcc:
|
latest_tcc:
|
||||||
|
Loading…
Reference in New Issue
Block a user