mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
projects-dir.mk: Renamed BUILD_PY_EXTRA_OPTS to BUILD_PY_EXTRA_ARGS
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
d893976353
commit
36c148ba34
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ ifeq ($(CVS_RSH),)
|
|||
endif
|
||||
|
||||
PGIT = CLONE_PROJECTS="$(PROJECTS)" PGIT_CLONE_FROM_USER="$(JANWARE_USER)" /bin/bash $(firstword $(wildcard ./ytools/devutil/scripts/pgit.sh /opt/ytools/bin/pgit.sh))
|
||||
BUILD_PY = python ./ytools/devutil/scripts/build.py -b $(shell pwd) $(BUILD_PY_EXTRA_OPTS)
|
||||
BUILD_PY = python ./ytools/devutil/scripts/build.py -b $(shell pwd) $(BUILD_PY_EXTRA_ARGS)
|
||||
PURGE_SH = /bin/bash $(firstword $(wildcard ./ytools/devutil/scripts/purge-stale-projects.sh /opt/ytools/bin/purge-stale-projects.sh))
|
||||
|
||||
EXCLUDE_FROM_BUILD = \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue