mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-27 15:33:55 +01:00
proj/Makefile: Add purge-not-found and pgit.sh-not-found
This intentionally breaks targets that need thoses scripts. Otherwise they would silently succeed. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
3fc66dedc8
commit
7e78ac8a96
1 changed files with 2 additions and 2 deletions
|
|
@ -45,9 +45,9 @@ ifeq ($(CVS_RSH),)
|
||||||
export CVS_RSH
|
export CVS_RSH
|
||||||
endif
|
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))
|
PGIT = CLONE_PROJECTS="$(PROJECTS)" PGIT_CLONE_FROM_USER="$(JANWARE_USER)" /bin/bash $(firstword $(wildcard ./ytools/devutil/scripts/pgit.sh /opt/ytools/bin/pgit.sh) pgit.sh-not-found)
|
||||||
BUILD_PY = python ./ytools/devutil/scripts/build.py -b $(shell pwd) $(BUILD_PY_EXTRA_ARGS)
|
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))
|
PURGE_SH = /bin/bash $(firstword $(wildcard ./ytools/devutil/scripts/purge-stale-projects.sh /opt/ytools/bin/purge-stale-projects.sh) purge-not-found)
|
||||||
|
|
||||||
EXCLUDE_FROM_BUILD = \
|
EXCLUDE_FROM_BUILD = \
|
||||||
dspider-btools \
|
dspider-btools \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue