[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Another make question



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 linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il