[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Oddity with make and % macro
From: |
Paul D. Smith |
Subject: |
Re: Oddity with make and % macro |
Date: |
Mon, 26 Mar 2001 09:25:30 -0500 |
%% "Brian J. Murrell" <address@hidden> writes:
bjm> I am wondering why the "rm .bar-test"? There is no "rm .foo" so it
bjm> must have something to do with the % macro.
Indirectly.
Look at the section "Chains of Implicit Rules" in the GNU make manual,
and/or look up "intermediate files" in the index.
All will be made clear.
--
-------------------------------------------------------------------------------
Paul D. Smith <address@hidden> Find some GNU make tips at:
http://www.gnu.org http://www.paulandlesley.org/gmake/
"Please remain calm...I may be mad, but I am a professional." --Mad Scientist
- Oddity with make and % macro, Brian J. Murrell, 2001/03/26
- Re: Oddity with make and % macro,
Paul D. Smith <=
- Re: Oddity with make and % macro, Brian J. Murrell, 2001/03/26
- Re: Oddity with make and % macro, Paul D. Smith, 2001/03/26
- Re: Oddity with make and % macro, Brian J. Murrell, 2001/03/26
- Re: Oddity with make and % macro, Paul D. Smith, 2001/03/26
- Re: Oddity with make and % macro, Brian J. Murrell, 2001/03/27
- Re: Oddity with make and % macro, Paul D. Smith, 2001/03/27