summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 31cedfb)
raw | patch | inline | side by side (parent: 31cedfb)
author | Junio C Hamano <junkio@cox.net> | |
Tue, 12 Apr 2005 15:08:12 +0000 (08:08 -0700) | ||
committer | Petr Baudis <xpasky@machine> | |
Wed, 13 Apr 2005 09:32:13 +0000 (02:32 -0700) |
Ancient cat-file command used to leave temp_git_file_* and there
was support to remove them in the clean target of Makefile. I
do not think it is needed anymore.
From: Junio C Hamano <junkio@cox.net>
Signed-off-by: Petr Baudis <pasky@ucw.cz>
was support to remove them in the clean target of Makefile. I
do not think it is needed anymore.
From: Junio C Hamano <junkio@cox.net>
Signed-off-by: Petr Baudis <pasky@ucw.cz>
Makefile | patch | blob | history |
diff --git a/Makefile b/Makefile
index c7e5c7467d603fcaad63ee2bcade0889c21015d8..92de1cb7928cf6368ea1f2054cc2000e30f78268 100644 (file)
--- a/Makefile
+++ b/Makefile
show-diff.o: cache.h
clean:
- rm -f *.o $(PROG) temp_git_file_*
+ rm -f *.o $(PROG)
backup: clean
cd .. ; tar czvf dircache.tar.gz dir-cache