From 50989d3b471aeecba563cfb1dfbffeeecf6c83cb Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Tue, 22 Jul 2008 20:06:16 +0200 Subject: Makefile: remove the `distclean` and `emptycache` targets The `distclean` was hardly useful while the `emptycache` was actively harmful. Signed-off-by: Lars Hjemli --- Makefile | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a1f961b..d83a46a 100644 --- a/Makefile +++ b/Makefile @@ -122,12 +122,5 @@ uninstall: clean: rm -f cgit VERSION *.o *.d -distclean: clean - git clean -d -x - cd git && git clean -d -x - -emptycache: - rm -rf $(DESTDIR)$(CACHE_ROOT)/* - get-git: curl $(GIT_URL) | tar -xj && rm -rf git && mv git-$(GIT_VER) git -- cgit v1.2.1