[PATCH] Makefile: remove test-chmtime program in target clean.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



While running 'make test', the test-chmtime program is created, and should
be cleaned up on 'make clean'.
---

On Tue, Mar 27, 2007 at 11:46:38AM +0200, Johannes Sixt wrote:
> Gerrit Pape wrote:
> > -               $(LIB_FILE) $(XDIFF_LIB)
> > +               test-chmtime $(LIB_FILE) $(XDIFF_LIB)
>
> test-chmtime$X you mean, right?

Yes, thanks.

 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 51c1fed..960f98e 100644
--- a/Makefile
+++ b/Makefile
@@ -963,7 +963,7 @@ dist-doc:
 
 clean:
 	rm -f *.o mozilla-sha1/*.o arm/*.o ppc/*.o compat/*.o xdiff/*.o \
-		$(LIB_FILE) $(XDIFF_LIB)
+		test-chmtime$X $(LIB_FILE) $(XDIFF_LIB)
 	rm -f $(ALL_PROGRAMS) $(BUILT_INS) git$X
 	rm -f *.spec *.pyc *.pyo */*.pyc */*.pyo common-cmds.h TAGS tags
 	rm -rf autom4te.cache
-- 
1.5.1-rc2.GIT

-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]