projects-dir.mk: Add targets diff, diff-all and cvs-diff

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2017-02-24 17:56:10 +00:00
commit fc24199e2e

View file

@ -91,6 +91,9 @@ update pull: purge cvs-update git-clone git-pull
pull-all: purge cvs-update git-clone git-pull-all
touch pull.done
diff-all diff:
cvs diff -u; $(PGIT) diff
rebuild: clean pull subdirs-all
release:
@ -103,6 +106,9 @@ cvs-update:
rm -f $@.done
make $@.done
cvs-diff:
cvs diff -u
git-push push:
$(PGIT) push