mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +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))
|
||||
$(PGIT) status
|
||||
|
||||
cvs-update: cvsdir.done
|
||||
cvs update -dP $(CVS_PROJECTS)
|
||||
cvs-update:
|
||||
rm -f $@.done
|
||||
make $@.done
|
||||
|
||||
git-push:
|
||||
$(PGIT) push
|
||||
|
|
@ -140,7 +141,7 @@ cvsdir.done:
|
|||
fi
|
||||
touch $@
|
||||
|
||||
%.done:
|
||||
make $@
|
||||
cvs-update.done: cvsdir.done
|
||||
cvs update -dP $(CVS_PROJECTS)
|
||||
touch $@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue