mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
projects-dir.mk: Make EXCLUDE_FROM_BUILD externally definable
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
06b2c64c0e
commit
165c9b167a
1 changed files with 5 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ else
|
|||
CVS_PROJECTS = $(filter $(dir $(wildcard */CVS)),$(PROJECTS))
|
||||
endif
|
||||
|
||||
EXCLUDE_FROM_BUILD = \
|
||||
EXCLUDE_FROM_BUILD += \
|
||||
dspider-btools \
|
||||
dspider-shared \
|
||||
feedfs-dspcd \
|
||||
|
|
@ -40,6 +40,10 @@ else
|
|||
export PGIT_CLONE_FROM_USER = $(JANWARE_USER)
|
||||
endif
|
||||
|
||||
ifneq ($(EXCLUDE_FROM_BUILD),)
|
||||
BUILD_PY_EXTRA_ARGS += --exclude "$(EXCLUDE_FROM_BUILD)"
|
||||
endif
|
||||
|
||||
# ------------ commands
|
||||
|
||||
MOD_SCRIPT_DIR = ./ytools/devutil/scripts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue