all repos — cgit @ 50989d3b471aeecba563cfb1dfbffeeecf6c83cb

a hyperfast web frontend for git written in c

Makefile: remove the `distclean` and `emptycache` targets

The `distclean` was hardly useful while the `emptycache` was actively harmful.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Lars Hjemli hjemli@gmail.com
Tue, 22 Jul 2008 20:06:16 +0200
commit

50989d3b471aeecba563cfb1dfbffeeecf6c83cb

parent

a75968df103a938656599e0d2d9fd1ab4de5ea8a

1 files changed, 0 insertions(+), 7 deletions(-)

jump to
M MakefileMakefile

@@ -122,12 +122,5 @@

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