mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 20:13:32 +01:00
projects-dir.mk: Support legacy directories
Take precautions for legacy directories without jw-build subdir. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
b3f12a6c35
commit
f8cdb6af5c
1 changed files with 2 additions and 1 deletions
|
|
@ -257,7 +257,8 @@ cvsdir.done: ssh-wrapper.sh
|
|||
touch $@
|
||||
|
||||
cvs-update.done: cvsdir.done ssh-wrapper.sh
|
||||
cvs update -dP Makefile $(shell $(CVS_ADMIN_SH) list-projects)
|
||||
cvs update -dP Makefile jw-build
|
||||
cvs update -dP $(shell $(CVS_ADMIN_SH) list-projects)
|
||||
touch $@
|
||||
|
||||
update.done: purge
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue