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

Jason Hickey jyh at cs.caltech.edu
Sun Apr 22 19:39:40 PDT 2007


This is the minimal set of changes to be compilable by var3.

   - add a dummy autoload directive.
   - variables must be declared before they are used,
     even if they are lazy.  The following definition
     is rejected unless LATEXFLAGS is declared.

         public.PDFLATEXFLAGS = $`(LATEXFLAGS)

----
Changes:
    +1 -0	omake-branches/0.9.8.x/lib/build/LaTeX.om
    +10 -0	omake-branches/0.9.8.x/lib/configure/Configure.om
    +1 -0	omake-branches/0.9.8.x/lib/configure/snprintf.om
    +1 -0	omake-branches/0.9.8.x/src/env/omake_ast_lex.mll
    +5 -3	omake-branches/0.9.8.x/src/env/omake_ir_ast.ml
    +1 -0	omake-branches/0.9.8.x/src/ir/omake_symbol.ml
 
A hyperlinked version of this commit is available at
http://svn.metaprl.org/commitlogs/omake/2007-04.html#07/04/22.19:39:40



More information about the OMake-CVS mailing list