include Makefile path

2010-08-25 Thread Stanisław Findeisen
Hi Is there any way to know a path (absolute, or relative to the primary Makefile) of an included Makefile? In that included Makefile of course. I was trying to pass it down using include in the recipe of a (static pattern) rule, but apparently include cannot be used that way. :-( I am doing som

Re: GNU Make 3.82 raises "make: free(): invalid next size (fast)" error when building Android

2010-08-25 Thread Alexis ROBERT
On Tue, Aug 24, 2010 at 11:37 PM, Paul Smith wrote: > This backtrace is not useful because your version of GNU make was > compiled without debugging enabled.  Can you get a copy and build it > with CFLAGS=-g to enable debugging and disable optimization, then force > the failure and report the stac