[Omake] SVN Commit: OMake Build System [0.9.8.x] (Rev. 9421)

Jason Hickey jyh at cs.caltech.edu
Wed Jul 5 09:42:50 PDT 2006


Module name: OMake Build System [0.9.8.x]
Changes by: jyh at cs.caltech.edu (Jason Hickey)
Date: 2006-07-05 09:42:47 -0700 (Wed, 05 Jul 2006)
Revision: 9421
Log message:
      ybryukhov at gc.cuny.edu wrote:
      > Were these backslashes ($(slash)="\\") intentionally replaced with "/" in src/Makefile.nt ?
      > It breaks Win32 compilation, "copy" does not like forward slashes.
      
      Doh, no that was due to an attempt I made to bring 0.9.8 closer to
      0.9.9 in terms of declarations.
      
      However, this was probably a bad idea.  In 0.9.8, we have the following
      
         f(x) =
             private.x = $(add $x, 1)
             value $x   # Unfortunately, this refers to $(public.x), not $(private.x)
      
Changes:
    +7 -7	omake-branches/0.9.8.x/mk/make_gen
    +154 -154	omake-branches/0.9.8.x/src/Makefile
    +154 -154	omake-branches/0.9.8.x/src/Makefile.nt
 
----
A hyperlinked version of this commit is available at
http://svn.metaprl.org/commitlogs/omake/2006-07.html#06/07/05.09:42:47



More information about the OMake-CVS mailing list