mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
projects-dir.mk: Now only creating links if targets exist
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
1822e53880
commit
564b45ce8c
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue