RFR: 8035063: Option handling in sjavac needs to be rewritten
Andreas Lundblad
andreas.lundblad at oracle.com
Wed Mar 19 10:17:58 UTC 2014
On Wed, Mar 19, 2014 at 10:03:33AM +0100, Erik Joelsson wrote:
> Hello,
>
> The input from our makefiles changes from "-i some.package" to "-i
> some/package/*". IIRC the include flag works recursively for sub
> packages. Will the single * do the same?
>
> /Erik
That's strange. What used to be "-i some.package" should now be "-i some/package".
The -i works recursively only if the pattern ends with a '*'.
I did however log all patterns that were given as arguments to -i during a 'make clean images' and all those patterns ended with a '.*'. (Maby I missed some patterns somewhere?)
Regardless, if something that used to be "some.package" and is now "some/package/*", I'd say it's a bug.
-- Andreas
More information about the build-dev
mailing list