aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-04-12 08:08:12 -0700
committerPetr Baudis <xpasky@machine>2005-04-13 02:32:13 -0700
commit42d545e8ff33f478a4b7b99562ab073d8820b334 (patch)
treef403f5914294bd2769c9ebab7607d90abee915ab /Makefile
parent31cedfb95e7dda1e43aead0107d32f90f85f2160 (diff)
downloadgit-42d545e8ff33f478a4b7b99562ab073d8820b334.tar.gz
[PATCH] No need to clean temp_git_file_* anymore
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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c7e5c7467d..92de1cb792 100644
--- a/Makefile
+++ b/Makefile
@@ -68,7 +68,7 @@ read-cache.o: cache.h
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