From: Linus Torvalds Date: Tue, 12 Jul 2005 17:12:52 +0000 (-0700) Subject: "make clean" should clean up after a rpm build X-Git-Tag: v0.99.1~51 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=ced7c8482124ba66cfa8e5b9a3f62bf663cb1826;p=git.git "make clean" should clean up after a rpm build There's a few generated files that we left behind. --- diff --git a/Makefile b/Makefile index 0bfa0c1ee..160579ee2 100644 --- a/Makefile +++ b/Makefile @@ -192,6 +192,7 @@ test: all clean: rm -f *.o mozilla-sha1/*.o ppc/*.o $(PROG) $(LIB_FILE) + rm -f git-core-*.tar.gz git-core.spec $(MAKE) -C Documentation/ clean backup: clean