public inbox for java-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH, libjava] Use libtool --mode=clean
@ 2008-06-01  8:20 Ralf Wildenhues
  2008-06-01 13:07 ` Andrew Haley
  0 siblings, 1 reply; 2+ messages in thread
From: Ralf Wildenhues @ 2008-06-01  8:20 UTC (permalink / raw)
  To: gcc-patches, java-patches

This avoids a warning from libtool about inferring the mode.
Tested "make clean" in libjava/.  OK for trunk?

Thanks,
Ralf

libjava/ChangeLog:
2008-06-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>

	* Makefile.am (mostlyclean-local): Use libtool --mode=clean.
        * Makefile.in: Regenerate.

diff --git a/libjava/Makefile.am b/libjava/Makefile.am
index 15b7e0b..20b0bed 100644
--- a/libjava/Makefile.am
+++ b/libjava/Makefile.am
@@ -372,7 +372,7 @@ DISTCLEANFILES = native.dirs
 
 mostlyclean-local:
 ## Use libtool rm to remove each libtool object
-	find . -name '*.lo' -print | xargs $(LIBTOOL) rm -f
+	find . -name '*.lo' -print | xargs $(LIBTOOL) --mode=clean rm -f
 
 distclean-local:
 ## Remove every .d file that was created.

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

* Re: [PATCH, libjava] Use libtool --mode=clean
  2008-06-01  8:20 [PATCH, libjava] Use libtool --mode=clean Ralf Wildenhues
@ 2008-06-01 13:07 ` Andrew Haley
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Haley @ 2008-06-01 13:07 UTC (permalink / raw)
  To: Ralf Wildenhues, gcc-patches, java-patches

Ralf Wildenhues wrote:
> This avoids a warning from libtool about inferring the mode.
> Tested "make clean" in libjava/.  OK for trunk?

Sure, thanks.

Andrew.

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

end of thread, other threads:[~2008-06-01 13:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-06-01  8:20 [PATCH, libjava] Use libtool --mode=clean Ralf Wildenhues
2008-06-01 13:07 ` Andrew Haley

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).