Re: [Resend] Function or variable to get the name of the current makefile.

2002-09-19 Thread Paul D. Smith
%% <[EMAIL PROTECTED]> writes: n> To the best of my knowledge, currently there's no way to determine n> the name of the makefile currently being read. The makefile cannot obtain this information for itself, no. n> This information is useful to me, and I'd like to implement a n> 'thisfi

[Resend] Function or variable to get the name of the current makefile.

2002-09-19 Thread mhaigh
[Resend: Stupid required mail programargh!] Hello, To the best of my knowledge, currently there's no way to determine the name of the makefile currently being read. This information is useful to me, and I'd like to implement a 'thisfile' function that returns it. The change would be

Function or variable to get the name of the current makefile.

2002-09-19 Thread mhaigh
Hello,   To the best of my knowledge, currently there's no way to determine the name of the makefile currently being read.  This information is useful to me, and I'd like to implement a 'thisfile' function that returns it.  The change would be minimal; basically I'd need to add func_thisfil