mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
projects-dir.mk: Run make -C ytools config before make all
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
a8bf726a17
commit
61ab8de4a1
1 changed files with 4 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ EXCLUDE_FROM_BUILD = \
|
|||
|
||||
all:
|
||||
|
||||
all clean:
|
||||
all clean: config.done
|
||||
python ./ytools/devutil/scripts/build.py -b $(shell pwd) $@ $(filter-out $(EXCLUDE_FROM_BUILD),$(PROJECTS))
|
||||
|
||||
clean-dirs:
|
||||
|
|
@ -79,3 +79,6 @@ check-conv:
|
|||
projects.txt:
|
||||
echo $(PROJECTS) | sed 's/ /\n/g; s%/%%g' > $@
|
||||
|
||||
config.done:
|
||||
make -C ytools config
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue