RE: [bug #23928] Add MAKEFILE variable

2008-07-28 Thread Martin Dorey
> "A B C" when parsing C and > "A B D" when parsing D That would break the use of $(MAKEFILE_LIST) in dependencies to cause recompilation when any of the makefiles change. I use that extensively so, if this were to be implemented, I'd rather it used an additional variable, perhaps called MAKEFILE

[bug #17873] .NOTPARALLEL enhancements

2008-07-28 Thread anonymous
Follow-up Comment #36, bug #17873 (project make): just free ___ Reply to this item at: ___ Message sent via/by Savannah htt

RE: [bug #23928] Add MAKEFILE variable

2008-07-28 Thread lasse.makholm
Philip Guenther wrote: >BTW, $(lastword ${MAKEFILE_LIST}) is _not_ always the makefile >being parsed >at that moment, particularly when there's an 'include' >directive earlier in >the makefile. There's in fact no 100% general and reliable >way to get the >name of the file that's being parsed.