[Omake] SVN Commit: OMake Build System (Rev. 11933)
Jason J. Hickey
jyh at cs.caltech.edu
Wed Aug 8 16:09:31 PDT 2007
Decided that export should be passed down from curried functions.
curry.MyCProgram() =
export
CFLAGS += -g
value $(CProgram)
Note this is in conflict with partial application(!) so we
may want to back it out.
If this were legal, we have to decide whether LDFLAGS would
get exported to the toplevel.
X = $(MyCProgram)
----
Changes in omake-branches/jumbo/curry/src/eval:
+4 -3 omake_eval.ml
A hyperlinked version of this commit is available at
http://svn.metaprl.org/commitlogs/omake/2007-08.html#07/08/08.16:09:31
More information about the OMake-CVS
mailing list