projects-dir.mk: Add git-pull

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2014-07-23 14:15:37 +00:00
commit 6269468c01

View file

@ -27,6 +27,9 @@ update pull:
cvs update -dP $(CVS_PROJECTS)
$(RGIT) pull
git-pull:
$(RGIT) pull
status:
for p in $(CVS_PROJECTS); do test -f $$d/CVS || echo $$p; done
cvs status $(addsuffix VERSION,$(CVS_PROJECTS))