From 9370121c652f5d084c65eca75b9adcc530d5ffa1 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Mon, 20 Jan 2020 09:21:35 +0000 Subject: [PATCH] Fix: Tried to purge on first download without jw-build present Signed-off-by: Jan Lindemann --- make/projects-dir.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/projects-dir.mk b/make/projects-dir.mk index 2b4515df..c1221aad 100644 --- a/make/projects-dir.mk +++ b/make/projects-dir.mk @@ -273,7 +273,7 @@ clean-all-dirs: make clean-dirs purge: $(SSH_WRAPPER_SH) -ifneq ($(wildcard CVS),) +ifneq ($(PURGE_SH),/bin/bash purge-not-found) $(PURGE_SH) endif