- When passing a command line as a command line argument (e.g. with menhir's
--ocamldep and --ocamlc options), we need to use $(quote-argv ...) instead
of just $"..." to make sure that special symbols that are already quoted in
the argument, get "double-quoted" appropriately.
This merges the r10840 off the 0.9.8.2 "stable" branch.
- Changed the default value of OCAMLDEP_MODULES_ENABLED to
$(OCAMLDEP_MODULES_AVAILABLE) instead of false and updated the documentation
accordingly.
----
Changes:
+12 -15 omake-branches/0.9.8.x/lib/build/OCaml.om
A hyperlinked version of this commit is available at
http://svn.metaprl.org/commitlogs/omake/2007-05.html#07/05/31.13:23:43
|