help-make
[Top][All Lists]
Advanced

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

Re: Single rule with dependencies with different suffixes


From: Stephan Beal
Subject: Re: Single rule with dependencies with different suffixes
Date: Wed, 28 Jan 2009 15:50:29 +0100

On Wed, Jan 28, 2009 at 7:51 AM, Paul Smith <address@hidden> wrote:
> %.min.js : %.js

Does this not have the problem that the second time it's run it will
match foo.js, bar.js, foo.min.js, and bar.min.js (as *.min.js was
generated on the first run)? And on the 3rd run foo.min.min.js, etc.,
etc? (i haven't tried it, but it would seem to have this property.)

> Is it possible to combine the two rules with the minify command into a
> single rule?

Now wait a minute - i thought YOU were the one here with all the answers!

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/




reply via email to

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