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

Reply via email to