[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Another make question
- To: Dan Kenigsberg <danken(at-nospam)cs.Technion.AC.IL>
- Subject: Re: Another make question
- From: Oleg Goldshmidt <ogoldshmidt(at-nospam)computer.org>
- Date: 20 Nov 2001 10:34:33 +0200
- Cc: linux-il(at-nospam)linux.org.il
- Delivered-To: linux.org.il-linux-il@linux.org.il
- In-Reply-To: Dan Kenigsberg's message of "Mon, 19 Nov 2001 19:12:59 +0200 (IST)"
- Organization: Speaking for myself only.
- Original-Sender: ogoldshmidt@computer.org
- References: <200111191712.TAA27875@csd.cs.technion.ac.il>
- Reply-To: linux-il(at-nospam)linux.org.il
- Sender: oleg(at-nospam)data-zoo.com
- Sender: linux-il-bounce(at-nospam)cs.huji.ac.il
- User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Cuyahoga Valley)
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