mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
projects-dir.mk: Leave checkout to proj/Makefile
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
eb6914d008
commit
899fd8f21a
1 changed files with 7 additions and 3 deletions
|
|
@ -31,7 +31,8 @@ all: links.done clone.done cvs-update.done
|
|||
|
||||
all clean: config.done
|
||||
python ./ytools/devutil/scripts/build.py -b $(shell pwd) $@ $(filter-out $(EXCLUDE_FROM_BUILD),$(PROJECTS))
|
||||
rm -f *.done
|
||||
|
||||
clean: done.clean
|
||||
|
||||
clean-dirs:
|
||||
ls */dirs-all.done 2>/dev/null | sed 's%/.*%%' | xargs -r build.py -b $(shell pwd) clean
|
||||
|
|
@ -86,11 +87,14 @@ config.done:
|
|||
make -C ytools config
|
||||
|
||||
links.done:
|
||||
ln -s btools dspider-btools
|
||||
ln -s dspc/src/shared dspider-shared
|
||||
ln -sf btools dspider-btools
|
||||
ln -sf dspc/src/shared dspider-shared
|
||||
touch $@
|
||||
|
||||
%.done: %
|
||||
touch $@
|
||||
|
||||
|
||||
done.clean:
|
||||
rm -f *.done
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue