From 7e78ac8a964944add606e0c6c9d163c1e61e413b Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Mon, 3 Oct 2016 09:41:48 +0000 Subject: [PATCH] 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 --- make/projects-dir.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make/projects-dir.mk b/make/projects-dir.mk index 6a148c6d..cf70fbc8 100644 --- a/make/projects-dir.mk +++ b/make/projects-dir.mk @@ -45,9 +45,9 @@ ifeq ($(CVS_RSH),) export 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)) +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) -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 = \ dspider-btools \