[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Another make question
- To: linux-il(at-nospam)linux.org.il
- Subject: Another make question
- From: Dan Kenigsberg <danken(at-nospam)cs.Technion.AC.IL>
- Date: Mon, 19 Nov 2001 19:12:59 +0200 (IST)
- Delivered-To: linux.org.il-linux-il@linux.org.il
- In-Reply-To: <m38zd2k8l7.fsf@hedwig.data-zoo.com> from "Oleg Goldshmidt" at Nov 19, 2001 06:51:16 PM
- Sender: linux-il-bounce(at-nospam)cs.huji.ac.il
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