projects-dir.mk: Add target git-diff

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2015-07-06 15:02:12 +00:00
commit 778ef46172

View file

@ -31,12 +31,15 @@ cpp:
while read f; do d=`dirname $$f`; if [ $$d/generate_code.sh ]; then echo $$f; fi ;\ while read f; do d=`dirname $$f`; if [ $$d/generate_code.sh ]; then echo $$f; fi ;\
done done
clone diff commit push: clone diff diff commit push:
$(PGIT) $@ $(PGIT) $@
git-push: git-push:
$(PGIT) push $(PGIT) push
git-diff:
$(PGIT) diff
update pull: update pull:
cvs update -dP $(CVS_PROJECTS) cvs update -dP $(CVS_PROJECTS)
$(PGIT) pull $(PGIT) pull