mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
projects-dir.mk: Add target pkg-%
Add target pkg-% to allow running build.py with arbitrary targets. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
5e2b530b1a
commit
8f5faa24b4
1 changed files with 3 additions and 0 deletions
|
|
@ -65,6 +65,9 @@ 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))
|
||||
|
||||
pkg-%:
|
||||
python ./ytools/devutil/scripts/build.py -b $(shell pwd) $@ $(filter-out $(EXCLUDE_FROM_BUILD),$(PROJECTS))
|
||||
|
||||
clean: done.clean
|
||||
|
||||
clean-dirs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue