RFR: 8035063: Option handling in sjavac needs to be rewritten

Erik Joelsson erik.joelsson at oracle.com
Wed Mar 19 11:29:03 UTC 2014


Ah, I see now, it was "-i some.package.*" in the original code. Build 
part looks good to me now.

/Erik

On 2014-03-19 11:17, Andreas Lundblad wrote:
> 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 compiler-dev mailing list