[Omake] SVN Commit: OMake Build System [0.9.8.x] (Rev. 9416)
Jason Hickey
jyh at cs.caltech.edu
Tue Jul 4 12:44:46 PDT 2006
Module name: OMake Build System [0.9.8.x]
Changes by: jyh at cs.caltech.edu (Jason Hickey)
Date: 2006-07-04 12:44:43 -0700 (Tue, 04 Jul 2006)
Revision: 9416
Log message:
Added the standard syntax
$(X:suf1=suf2)
which means
$(replacesuffixes suf1, suf2, $X)
Also, fixed the errored output so that we will actually see
what happens when an error occurs:/
Changes:
+10 -5 omake-branches/0.9.8.x/src/build/omake_build.ml
+1 -1 omake-branches/0.9.8.x/src/env/omake_ast_lex.mll
+32 -0 omake-branches/0.9.8.x/src/env/omake_ast_parse.input
+6 -0 omake-branches/0.9.8.x/src/env/omake_gen_parse.ml
----
A hyperlinked version of this commit is available at
http://svn.metaprl.org/commitlogs/omake/2006-07.html#06/07/04.12:44:43
More information about the OMake-CVS
mailing list