projects-dir.mk: Now only creating links if targets exist

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2016-11-17 22:14:53 +00:00
commit 564b45ce8c

View file

@ -155,8 +155,8 @@ config.done: cvs-update.done
touch $@
links.done:
ln -sf btools dspider-btools
ln -sf dspc/src/shared dspider-shared
if [ -d btools ]; then ln -sf btools dspider-btools; fi
if [ -d dspc/src/shared ]; then ln -sf dspc/src/shared dspider-shared; fi
touch $@
cvsdir.done: