Boris Kolpackov wrote:
One thing I can say right now is, if you had an include-makefile function, the below would become:
$(call include-makefile,foo.make) # frame-enter and frame-leave are implicit
Well, when you include a makefile you would probably want it's variable definitions too so I am not so sure you would want to frame inclusion.
In build there is a function $(call import) that creates a frame and then includes a makefile.
I see.
Thanks, Noel
_______________________________________________ Bug-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-make
