fix: With naked Makefile, update tried to run non-existent purge-stale-projects.sh

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2016-11-16 12:38:01 +00:00
commit 81ece542be

View file

@ -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