[Omake] Deciding when a file has changed

Jared C. Davis jared at cs.utexas.edu
Wed Apr 25 11:42:32 PDT 2007


Hi,

Is there a way to tell Omake to use a particular file's modified date,
instead of its contents, to decide if it has changed?

I have a shell script whose contents do not change, but the program it
invokes has been updated.  Normally I would just add a dependency on
this program, but in this case I don't want to do that since, for
stupid reasons beyond my control, the program's name is not the same
across different platforms.

Thanks,
   Jared

-- 
Jared C. Davis <jared at cs.utexas.edu>
3600 Greystone Drive #604
Austin, TX 78731
http://www.cs.utexas.edu/users/jared/


More information about the Omake mailing list