projects-dir.mk: Try to do without second git pull in pull target

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2017-04-22 11:31:55 +00:00
commit 4dcc04f8f7

View file

@ -126,10 +126,11 @@ ifneq ($(wildcard CVS),)
$(PURGE_SH)
endif
update pull: purge cvs-update git-clone git-pull
update pull: purge cvs-update git-clone
touch pull.done
pull-all: purge cvs-update git-clone git-pull-all
touch clone.done
touch pull.done
diff-all diff: ssh-wrapper.sh