[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>
maint
Junio C Hamano 2005-04-12 08:08:12 -07:00 committed by Petr Baudis
parent 31cedfb95e
commit 42d545e8ff
1 changed files with 1 additions and 1 deletions

View File

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