mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-22 06:00:40 +01:00
projects-dir.mk: Add targets diff, diff-all and cvs-diff
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
b9dc5ca4db
commit
fc24199e2e
1 changed files with 6 additions and 0 deletions
|
|
@ -91,6 +91,9 @@ update pull: purge cvs-update git-clone git-pull
|
||||||
pull-all: purge cvs-update git-clone git-pull-all
|
pull-all: purge cvs-update git-clone git-pull-all
|
||||||
touch pull.done
|
touch pull.done
|
||||||
|
|
||||||
|
diff-all diff:
|
||||||
|
cvs diff -u; $(PGIT) diff
|
||||||
|
|
||||||
rebuild: clean pull subdirs-all
|
rebuild: clean pull subdirs-all
|
||||||
|
|
||||||
release:
|
release:
|
||||||
|
|
@ -103,6 +106,9 @@ cvs-update:
|
||||||
rm -f $@.done
|
rm -f $@.done
|
||||||
make $@.done
|
make $@.done
|
||||||
|
|
||||||
|
cvs-diff:
|
||||||
|
cvs diff -u
|
||||||
|
|
||||||
git-push push:
|
git-push push:
|
||||||
$(PGIT) push
|
$(PGIT) push
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue