Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2003-09-03 17:13:55 -0700 (Wed, 03 Sep 2003)
Revision: 156
Log message:

      Add dependencies to the .INCLUDE directives.
      Note, dependency checking on these lines uses timestamp,
      not MD5 sum.  I'll have the thread the file cache through
      the evaluator to fix this.
      

Changes  Path
+25 -4 omake/src/eval/omake_eval.ml

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2003-09-03 17:18:57 -0700 (Wed, 03 Sep 2003)
Revision: 157
Log message:

      Oops, make sure to check the right dep on the .INCLUDE line.
      

Changes  Path
+4 -1 omake/src/eval/omake_eval.ml

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2003-09-03 21:02:11 -0700 (Wed, 03 Sep 2003)
Revision: 158
Log message:

      Added functions $(and ...), $(or ...), $(file-exists <file>).
      

Changes  Path
+3 -3 omake/OMakeroot
+92 -30 omake/src/build/omake_builtin.ml

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2003-09-03 21:18:00 -0700 (Wed, 03 Sep 2003)
Revision: 159
Log message:

      Enhanced an error message.
      
      Question: do *any* of you know how to link a .dll in win32?
      What are the options to either i) cl (the VC++ compiler), or ii) link
      (the win32 linker).  I hate the lack of documentation:(
      

Changes  Path
+1 -1 omake/src/env/omake_env.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2003-09-04 16:03:38 -0700 (Thu, 04 Sep 2003)
Revision: 161
Log message:

      Bumping the version number
      

Changes  Path
+1 -1 omake/omake.spec

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2003-09-04 16:13:14 -0700 (Thu, 04 Sep 2003)
Revision: 162
Log message:

      Rolling back the dll changes.
      

Changes  Path
+3 -3 omake/OMakeroot

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2003-09-04 16:13:58 -0700 (Thu, 04 Sep 2003)
Revision: 163
Log message:

      OK, now it's v. 0.6.5
      

Changes  Path
+1 -1 omake/omake.spec

Changes by: ( at unknown.email)
Date: 2003-09-04 16:13:58 -0700 (Thu, 04 Sep 2003)
Revision: 164
Log message:

      This commit was manufactured by cvs2svn to create tag 'omake_0_6_5'.

Changes  Path
Copied omake-tags/omake_0_6_5

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2003-09-04 18:55:11 -0700 (Thu, 04 Sep 2003)
Revision: 166
Log message:

      Removed RedHat-specific config from omake.spec
      

Changes  Path
+1 -2 omake/omake.spec

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2003-09-04 19:00:05 -0700 (Thu, 04 Sep 2003)
Revision: 167
Log message:

      Trying to rid omake of RedHat versions.
      

Changes  Path
+2 -4 omake/config_rpm

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2003-09-04 19:09:28 -0700 (Thu, 04 Sep 2003)
Revision: 168
Log message:

      More minor changes to get Cygwin RPM to work.
      

Changes  Path
+2 -1 omake/make_rpm
+1 -1 omake/omake.spec

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2003-09-04 19:17:41 -0700 (Thu, 04 Sep 2003)
Revision: 169
Log message:

      Now, how do we handle the .exe suffix?  In Cygwin, executables have
      an .exe suffix, and the .spec files need to know.  How do we find out?
      

Changes  Path
+3 -2 omake/omake.spec

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2003-09-04 19:26:50 -0700 (Thu, 04 Sep 2003)
Revision: 170
Log message:

      Do we need the release number?
      

Changes  Path
+2 -2 omake/config_rpm