git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Makefile: clean block-sha1/ directory instead of mozilla-sha1/
@ 2009-10-11 13:32 Carlos R. Mafra
  2009-10-19  5:58 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Carlos R. Mafra @ 2009-10-11 13:32 UTC (permalink / raw)
  To: git


'make clean' should remove the object files from block-sha1/
instead of the non-existent mozilla-sha1/ directory.

Signed-off-by: Carlos R. Mafra <crmafra@aei.mpg.de>
---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index fea237b..42b7d60 100644
--- a/Makefile
+++ b/Makefile
@@ -1827,7 +1827,7 @@ distclean: clean
 	$(RM) configure
 
 clean:
-	$(RM) *.o mozilla-sha1/*.o arm/*.o ppc/*.o compat/*.o compat/*/*.o xdiff/*.o \
+	$(RM) *.o block-sha1/*.o arm/*.o ppc/*.o compat/*.o compat/*/*.o xdiff/*.o \
 		$(LIB_FILE) $(XDIFF_LIB)
 	$(RM) $(ALL_PROGRAMS) $(BUILT_INS) git$X
 	$(RM) $(TEST_PROGRAMS)
-- 
1.6.5

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

* Re: [PATCH] Makefile: clean block-sha1/ directory instead of mozilla-sha1/
  2009-10-11 13:32 [PATCH] Makefile: clean block-sha1/ directory instead of mozilla-sha1/ Carlos R. Mafra
@ 2009-10-19  5:58 ` Junio C Hamano
  0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2009-10-19  5:58 UTC (permalink / raw)
  To: Carlos R. Mafra; +Cc: git

Thanks, applied.

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

end of thread, other threads:[~2009-10-19  5:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-11 13:32 [PATCH] Makefile: clean block-sha1/ directory instead of mozilla-sha1/ Carlos R. Mafra
2009-10-19  5:58 ` 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).