From: Joel VanderWerf Date: 2006-03-21T04:07:57+09:00 Subject: Re: rake rules with multiple prerequisites Jim Weirich wrote: > The problem is that a plain string in the *rule* dependency list already > has a meaning: it is the file extension to be used in the name of the > source file for the target. That's what I was guessing. I'll stick with procs, as you suggest below: > You can do this: > > generic_files = FileList["foo", "bar", "baz"].collect { |fn| lambda { fn > } } Thanks! -- vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407