From 81ece542be3208384d80421e26565ff549854502 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Wed, 16 Nov 2016 12:38:01 +0000 Subject: [PATCH] fix: With naked Makefile, update tried to run non-existent purge-stale-projects.sh Signed-off-by: Jan Lindemann --- make/projects-dir.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/make/projects-dir.mk b/make/projects-dir.mk index 839504f2..e28e2ccf 100644 --- a/make/projects-dir.mk +++ b/make/projects-dir.mk @@ -83,7 +83,9 @@ status: $(PGIT) status purge: +ifneq ($(wildcard CVS),) $(PURGE_SH) +endif update pull: purge cvs-update git-clone git-pull touch pull.done