fix recipe for git pull
This commit is contained in:
parent
58c9db3b04
commit
161d198f7f
2
vcs.mk
2
vcs.mk
@ -138,7 +138,7 @@ define GIT_TMPL
|
||||
@echo +++ Updating[git]: $$(patsubst pull-%,%,$$@) $(SHQ)($2$(SHQ))
|
||||
@echo ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
$$(pre_up_cmd-$1)
|
||||
$(GIT) --work-tree $1 pull $(GITPULL_FLAGS)
|
||||
cd $1 && $(GIT) pull $(GITPULL_FLAGS)
|
||||
$$(post_up_cmd-$1)
|
||||
|
||||
endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user