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:
Jan Lindemann 2016-02-24 18:30:27 +00:00
commit 950bcfca7a

View file

@ -27,7 +27,7 @@ EXCLUDE_FROM_BUILD = \
feedfs-qt \ feedfs-qt \
jux3 jux3
all: all: links.done
all clean: config.done all clean: config.done
python ./ytools/devutil/scripts/build.py -b $(shell pwd) $@ $(filter-out $(EXCLUDE_FROM_BUILD),$(PROJECTS)) python ./ytools/devutil/scripts/build.py -b $(shell pwd) $@ $(filter-out $(EXCLUDE_FROM_BUILD),$(PROJECTS))
@ -82,3 +82,8 @@ projects.txt:
config.done: config.done:
make -C ytools config make -C ytools config
links.done:
ln -s btools dspider-btools
ln -s dspc/src/shared dspider-shared
touch $@