From: Matthias Lederhofer Date: Tue, 5 Jun 2007 13:43:17 +0000 (+0200) Subject: make clean should remove all the test programs too X-Git-Tag: v1.5.3-rc0~157 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d0f51a8b2ae25ad9a676d0214616241685e8f1d0;p=git.git make clean should remove all the test programs too Signed-off-by: Matthias Lederhofer Signed-off-by: Junio C Hamano --- diff --git a/Makefile b/Makefile index a11ff6054..cd3026db8 100644 --- a/Makefile +++ b/Makefile @@ -1051,8 +1051,9 @@ dist-doc: clean: rm -f *.o mozilla-sha1/*.o arm/*.o ppc/*.o compat/*.o xdiff/*.o \ - test-chmtime$X test-genrandom$X $(LIB_FILE) $(XDIFF_LIB) + $(LIB_FILE) $(XDIFF_LIB) rm -f $(ALL_PROGRAMS) $(BUILT_INS) git$X + rm -f $(TEST_PROGRAMS) rm -f *.spec *.pyc *.pyo */*.pyc */*.pyo common-cmds.h TAGS tags rm -rf autom4te.cache rm -f configure config.log config.mak.autogen config.mak.append config.status config.cache