projects-dir.mk: Add targets git-push-all, git-pull-all and pull-all

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2016-10-07 10:41:29 +00:00
commit 75994fe29f

View file

@ -87,6 +87,9 @@ purge:
update pull: purge cvs-update git-clone git-pull
touch pull.done
pull-all: purge cvs-update git-clone git-pull-all
touch pull.done
rebuild: clean pull subdirs-all
subdirs-%:
@ -99,6 +102,9 @@ cvs-update:
git-push:
$(PGIT) push
git-push-all:
$(PGIT) push --all
git-diff:
$(PGIT) diff
@ -108,6 +114,9 @@ git-short-diff:
git-pull:
$(PGIT) pull
git-pull-all:
$(PGIT) pull --all
git-clone:
$(PGIT) clone