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

Re: Another make question



Dan Kenigsberg <danken@cs.Technion.AC.IL> writes:

> Is there a makefile variable carrying the name of the current/initial
> makefile?

Not that I know of, but inside your makefile you can do sth like

THISFILE := "$RCSFile$"

or $Source$ or something more cumbersome but equivalent if you are not
using RCS/CVS.

-- 
Oleg Goldshmidt | ogoldshmidt@NOSPAM.computer.org 
"If it ain't broken, it has not got enough features yet."

=================================================================
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