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

Reply via email to