classpath-patches  

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

Andreas Tobler
Sat, 09 Jan 2010 00:52:57 -0800

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.tob...@schweiz.org>

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