On Mon, Mar 26, 2001 at 09:25:30AM -0500, Paul D. Smith wrote:
> %% "Brian J. Murrell" <[EMAIL PROTECTED]> writes:
> 
> 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.

OK, it is all clear (I think :-).  I added:

.SECONDARY: .bar-%
 
To prevent the removol of .bar-<string> (where <string> is named in
"make doit<string>").  That did not work.  Creating:

.SECONDARY: .bar-test

and then doing a "make doittest" did as I expected.  I guess that one
cannot use the % macro in .SECONDARY targets?

b.

-- 
Brian J. Murrell

_______________________________________________
Help-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/help-make

Reply via email to