On Thu, 2009-10-01 at 00:15 +0900, Aditya Kher wrote: > So I was thinking of taking advantage of ability in Make that it > "automatically re-makes target if the pre-requisite is newer than > target". > The only stumbling block as I said is ability on "How to keep newing > the target". This I am not able to do. May be manipulating an > environment variable from within Make would help.
I'm not sure I understand. If all you want to do is ensure that the runN target is always invoked, you can just declare it to be .PHONY. _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
