mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-25 23:13:54 +01:00
projects-dir.mk: Fix infinite cvs-update
Last commit led to infinite recursion on cvs-update, fix that. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
175b039ba0
commit
df51089f68
1 changed files with 5 additions and 4 deletions
|
|
@ -86,8 +86,9 @@ status:
|
||||||
cvs status $(addsuffix VERSION,$(CVS_PROJECTS))
|
cvs status $(addsuffix VERSION,$(CVS_PROJECTS))
|
||||||
$(PGIT) status
|
$(PGIT) status
|
||||||
|
|
||||||
cvs-update: cvsdir.done
|
cvs-update:
|
||||||
cvs update -dP $(CVS_PROJECTS)
|
rm -f $@.done
|
||||||
|
make $@.done
|
||||||
|
|
||||||
git-push:
|
git-push:
|
||||||
$(PGIT) push
|
$(PGIT) push
|
||||||
|
|
@ -140,7 +141,7 @@ cvsdir.done:
|
||||||
fi
|
fi
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
%.done:
|
cvs-update.done: cvsdir.done
|
||||||
make $@
|
cvs update -dP $(CVS_PROJECTS)
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue