git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] 'make clean' forgot about some files
@ 2005-11-17 15:40 Nicolas Pitre
  2005-11-18  6:48 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Pitre @ 2005-11-17 15:40 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git

Signed-off-by: Nicolas Pitre <nico@cam.org>

diff --git a/Makefile b/Makefile
index ebff990..3bdd059 100644
--- a/Makefile
+++ b/Makefile
@@ -466,7 +466,7 @@ deb: dist
 ### Cleaning rules
 
 clean:
-	rm -f *.o mozilla-sha1/*.o ppc/*.o compat/*.o $(PROGRAMS) $(LIB_FILE)
+	rm -f *.o mozilla-sha1/*.o arm/*.o ppc/*.o compat/*.o git $(PROGRAMS) $(LIB_FILE)
 	rm -f $(filter-out gitk,$(SCRIPTS))
 	rm -f *.spec *.pyc *.pyo
 	rm -rf $(GIT_TARNAME)

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

* Re: [PATCH] 'make clean' forgot about some files
  2005-11-17 15:40 [PATCH] 'make clean' forgot about some files Nicolas Pitre
@ 2005-11-18  6:48 ` Junio C Hamano
  0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2005-11-18  6:48 UTC (permalink / raw)
  To: Nicolas Pitre; +Cc: git

Thanks

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

end of thread, other threads:[~2005-11-18  6:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-17 15:40 [PATCH] 'make clean' forgot about some files Nicolas Pitre
2005-11-18  6:48 ` Junio C Hamano

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 NNTP newsgroup(s).