mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
projects-dir.mk: Use projects.py instead of build.py for build
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
fd2ca4f6ff
commit
cda8e8e122
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ endif
|
|||
# ------------ external programs II
|
||||
|
||||
PGIT = CLONE_PROJECTS="$(PROJECTS)" /bin/bash $(MOD_SCRIPT_DIR)/pgit.sh
|
||||
BUILD_PY = python2 $(MOD_SCRIPT_DIR)/build.py --prefix $(shell pwd) build $(BUILD_PY_EXTRA_ARGS)
|
||||
BUILD_PY = python2 $(MOD_SCRIPT_DIR)/projects.py --prefix $(shell pwd) build $(BUILD_PY_EXTRA_ARGS)
|
||||
PROJECTS_PY = python2 $(MOD_SCRIPT_DIR)/projects.py --prefix $(shell pwd) $(PROJECTS_PY_EXTRA_ARGS)
|
||||
PURGE_SH = /bin/bash $(firstword $(wildcard $(MOD_SCRIPT_DIR)/purge-stale-projects.sh /opt/jw-build/bin/purge-stale-projects.sh) purge-not-found)
|
||||
RELEASE_SH = /bin/bash $(firstword $(wildcard $(MOD_SCRIPT_DIR)/build-release.sh /opt/jw-build/bin/build-release.sh) release-not-found)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue