From: Junio C Hamano Date: Tue, 12 Apr 2005 15:08:12 +0000 (-0700) Subject: [PATCH] No need to clean temp_git_file_* anymore X-Git-Tag: v0.99~893 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=42d545e8ff33f478a4b7b99562ab073d8820b334;p=git.git [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 Signed-off-by: Petr Baudis --- diff --git a/Makefile b/Makefile index c7e5c746..92de1cb7 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