[Omake] SVN Commit: OMake Build System [0.9.8.x] (Rev. 10527)
Jason Hickey
jyh at cs.caltech.edu
Thu Apr 26 07:52:37 PDT 2007
Fixed the dependency issue Aleksey was seeing.
I had turned off export of private variables in export all. In the
end, I believe we should disable it, but we could turn it back on
for now. We'll discuss.
The problem is alpha-equivalence:
private.x = 1
section
private.x = 2
export
println($x)
Are those the same $x or different ones?
----
Changes:
+1 -1 omake-branches/0.9.8.x/lib/build/OCaml.om
+1 -1 omake-branches/0.9.8.x/src/Makefile
+1 -1 omake-branches/0.9.8.x/src/Makefile.nt
A hyperlinked version of this commit is available at
http://svn.metaprl.org/commitlogs/omake/2007-04.html#07/04/26.07:52:37
More information about the OMake-CVS
mailing list