[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: recursive make example (was: Re: executing a rule prior to any targ
From: |
Paul D. Smith |
Subject: |
Re: recursive make example (was: Re: executing a rule prior to any targets?) |
Date: |
Wed, 23 Oct 2002 01:17:50 -0400 |
%% gk <address@hidden> writes:
g> The example there appears to have an error: I cannot find any definition
g> for use of special variable '$'.
g> Manual says:
g> $(SUBDIRS):
g> $(MAKE) -C $
g> Shouldn't it read:
g> $(SUBDIRS):
g> $(MAKE) -C $@
Yes, it should.
This has already been fixed in the latest version of the manual, shipped
with GNU make 3.80.
--
-------------------------------------------------------------------------------
Paul D. Smith <address@hidden> Find some GNU make tips at:
http://www.gnu.org http://make.paulandlesley.org
"Please remain calm...I may be mad, but I am a professional." --Mad Scientist
- Re: Recursive Make Considered Harmful (was: Re: executing a rule prior to any targets?), (continued)
- Re: Recursive Make Considered Harmful (was: Re: executing arule prior to any targets?), Johan Bezem, 2002/10/24
- Re: Recursive Make Considered Harmful [Long Post], Johan Bezem, 2002/10/22
- Re: Recursive Make Considered Harmful [Long Post], gk, 2002/10/24
- Re: Recursive Make Considered Harmful, gk, 2002/10/25
- Re: executing a rule prior to any targets?, Paul D. Smith, 2002/10/20
- Re: executing a rule prior to any targets?, Paul D. Smith, 2002/10/20
- recursive make example (was: Re: executing a rule prior to any targets?), gk, 2002/10/23
- Re: recursive make example (was: Re: executing a rule prior to any targets?),
Paul D. Smith <=