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 automatically fetching targets before all target
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
950bcfca7a
commit
eb6914d008
1 changed files with 9 additions and 2 deletions
|
|
@ -27,10 +27,11 @@ EXCLUDE_FROM_BUILD = \
|
|||
feedfs-qt \
|
||||
jux3
|
||||
|
||||
all: links.done
|
||||
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-dirs:
|
||||
ls */dirs-all.done 2>/dev/null | sed 's%/.*%%' | xargs -r build.py -b $(shell pwd) clean
|
||||
|
|
@ -49,8 +50,10 @@ git-push:
|
|||
git-diff:
|
||||
$(PGIT) diff
|
||||
|
||||
update pull:
|
||||
cvs-update:
|
||||
cvs update -dP $(CVS_PROJECTS)
|
||||
|
||||
update pull: cvs-update
|
||||
$(PGIT) pull
|
||||
|
||||
git-pull:
|
||||
|
|
@ -87,3 +90,7 @@ links.done:
|
|||
ln -s dspc/src/shared dspider-shared
|
||||
touch $@
|
||||
|
||||
%.done: %
|
||||
touch $@
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue