bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

.SECONDARY should recognize pattern 'dependencies'


From: Britton Kerin
Subject: .SECONDARY should recognize pattern 'dependencies'
Date: Sun, 21 Feb 2010 20:41:37 -0900

I want to be able to say something like this:

     .SECONDARY: %_openscad_poly
     %_openscad_poly: stl_outline_2_openscad_poly.perl %_profile.stl
             ./$+ >$@

so that make will always leave my generated intermediate file around.
But this doesn't seem to work, so I have to either name all the
%_openscad_poly
files explicitly, or use .PRECIOUS: which does more than I want (since I
always
use .DELETE_ON_ERROR:).

Britton






reply via email to

[Prev in Thread] Current Thread [Next in Thread]