Is there a makefile variable carrying the name of the current/initial makefile?
I mean something like
cat >foo.mk
all:
echo $(MAKEFILE_NAME_FICTITIOUS_VAR)
^D
$ make -f foo.mk
/home/moshe/foo.mk
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]
