mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
projects-dir.mk: Creating links to dspider-btools and dspider-shared
FIXME: This is really bad and inconsistent Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
505dbea86c
commit
950bcfca7a
1 changed files with 6 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ EXCLUDE_FROM_BUILD = \
|
|||
feedfs-qt \
|
||||
jux3
|
||||
|
||||
all:
|
||||
all: links.done
|
||||
|
||||
all clean: config.done
|
||||
python ./ytools/devutil/scripts/build.py -b $(shell pwd) $@ $(filter-out $(EXCLUDE_FROM_BUILD),$(PROJECTS))
|
||||
|
|
@ -82,3 +82,8 @@ projects.txt:
|
|||
config.done:
|
||||
make -C ytools config
|
||||
|
||||
links.done:
|
||||
ln -s btools dspider-btools
|
||||
ln -s dspc/src/shared dspider-shared
|
||||
touch $@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue