git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH] Makefile: remove test-chmtime program in target clean.
@ 2007-03-27  9:38 Gerrit Pape
  2007-03-27  9:46 ` Johannes Sixt
  2007-03-27 10:13 ` Gerrit Pape
  0 siblings, 2 replies; 3+ messages in thread
From: Gerrit Pape @ 2007-03-27  9:38 UTC (permalink / raw
  To: git

While running 'make test', the test-chmtime program is created, and should
be cleaned up on 'make clean'.
---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 51c1fed..9b988a5 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 $(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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] Makefile: remove test-chmtime program in target clean.
  2007-03-27  9:38 [PATCH] Makefile: remove test-chmtime program in target clean Gerrit Pape
@ 2007-03-27  9:46 ` Johannes Sixt
  2007-03-27 10:13 ` Gerrit Pape
  1 sibling, 0 replies; 3+ messages in thread
From: Johannes Sixt @ 2007-03-27  9:46 UTC (permalink / raw
  To: git

Gerrit Pape wrote:
> 
> While running 'make test', the test-chmtime program is created, and should
> be cleaned up on 'make clean'.
>[...]
>  clean:
>         rm -f *.o mozilla-sha1/*.o arm/*.o ppc/*.o compat/*.o xdiff/*.o \
> -               $(LIB_FILE) $(XDIFF_LIB)
> +               test-chmtime $(LIB_FILE) $(XDIFF_LIB)

test-chmtime$X you mean, right?

-- Hannes

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] Makefile: remove test-chmtime program in target clean.
  2007-03-27  9:38 [PATCH] Makefile: remove test-chmtime program in target clean Gerrit Pape
  2007-03-27  9:46 ` Johannes Sixt
@ 2007-03-27 10:13 ` Gerrit Pape
  1 sibling, 0 replies; 3+ messages in thread
From: Gerrit Pape @ 2007-03-27 10:13 UTC (permalink / raw
  To: git

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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-03-27 10:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-27  9:38 [PATCH] Makefile: remove test-chmtime program in target clean Gerrit Pape
2007-03-27  9:46 ` Johannes Sixt
2007-03-27 10:13 ` Gerrit Pape

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).