mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +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 \
|
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 $@
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue