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:
Jan Lindemann 2017-06-19 14:36:12 +00:00
commit f8cdb6af5c

View file

@ -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