This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PING: Re: [patch] classpath/tools/Makefile.am


PING!

Thanks,
Andreas

On 23.12.09 21:20, Andreas Tobler wrote:
Hi all,

while building libjava on i386-pc-solaris2.11 I got a failure which
reminded me to PR23653, four years back.

'find -path' is not portable. Solaris native find complains about.

The attached patch fixes this. It produces the exact same
all-classes.lst as with the -path option on a darwin, linux of freebsd
machine.

Ok for gcc trunk? If yes, could someone please commit it also to classpath?

Thanks,
Andreas

2009-12-23 Andreas Tobler<a.tobler@schweiz.org>

	* tools/Makefile.am (GJDOC_EX): Use find -name pattern -prune -o.
	* tools/Makefile.in: Regenerate.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]