[bug #23928] Add MAKEFILE variable

2012-01-29 Thread Paul D. Smith
Update of bug #23928 (project make): Status:None => Not A Bug Open/Closed:Open => Closed ___ Follow-up Comment #4: I believe this is alre

RE: [bug #23928] Add MAKEFILE variable

2008-07-28 Thread Martin Dorey
tional variable, perhaps called MAKEFILE_STACK. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, July 28, 2008 03:01 To: bug-make@gnu.org Cc: [EMAIL PROTECTED]; Martin Dorey; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [bug #23928] Add MAKEFILE variabl

RE: [bug #23928] Add MAKEFILE variable

2008-07-28 Thread lasse.makholm
alf Of ext anonymous >Sent: Saturday, July 26, 2008 08:44 >To: Icarus Sparry; Martin Dorey; [EMAIL PROTECTED]; >[EMAIL PROTECTED]; bug-make@gnu.org >Subject: [bug #23928] Add MAKEFILE variable > > >Follow-up Comment #3, bug #23928 (project make): > >Icarus Sparry wrote

[bug #23928] Add MAKEFILE variable

2008-07-25 Thread anonymous
Follow-up Comment #3, bug #23928 (project make): Icarus Sparry wrote: > You probably want lastword, rather than firstword. Nope. To quote the original request: > It is often useful to recursively call the current makefile > as part of a rule. Sometimes rules are included from a > different fil

[bug #23928] Add MAKEFILE variable

2008-07-25 Thread Icarus Sparry
Follow-up Comment #2, bug #23928 (project make): You probably want lastword, rather than firstword. ___ Reply to this item at: ___ Message sent via/by

[bug #23928] Add MAKEFILE variable

2008-07-24 Thread Martin Dorey
Follow-up Comment #1, bug #23928 (project make): Simply add this to rules.mk and you're done: MAKEFILE = $(firstword $(MAKEFILE_LIST)) ___ Reply to this item at: _

[bug #23928] Add MAKEFILE variable

2008-07-24 Thread anonymous
URL: Summary: Add MAKEFILE variable Project: make Submitted by: None Submitted on: Thursday 07/24/2008 at 13:35 UTC Severity: 3 - Normal Item Group: Enhancement