mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
projects-dir.mk: Add git-pull
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
a57440d896
commit
6269468c01
1 changed files with 3 additions and 0 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue