[Omake] More 0.9.8.5 fixes

Jason Hickey jyh at cs.caltech.edu
Thu Aug 9 16:06:43 PDT 2007


You're exactly right.  Sigh, another patch (it removes the OCAMLPACKS  
from the ocamldep line).

> BTW, it would be helpful if these patches could be packaged as a
> release and pushed to GODI -- both Mike and I (as well as a few others
> using OMake) are giving presentations next week at Jane St., and
> they're all at 0.9.8.5.

I agree.  I'll try to release an update by the end of tomorrow with  
all these changes included.

Jason

Index: lib/build/OCaml.om
===================================================================
--- lib/build/OCaml.om  (revision 11951)
+++ lib/build/OCaml.om  (working copy)
@@ -447,7 +447,7 @@
          if $(OCAMLDEP_MODULES_USE_OCAMLFIND)
              value $(OCAMLFIND) $(OCAMLDEP_MODULES) $ 
(LAZY_OCAMLFINDFLAGS) $(PREFIXED_OCAMLPACKS) $(OCAMLDEPFLAGS) - 
modules $(src_file) | ocamldep-postproc
          else
-            value $(OCAMLDEP_MODULES) $(LAZY_OCAMLFINDFLAGS) $ 
(PREFIXED_OCAMLPACKS) $(OCAMLDEPFLAGS) -modules $(src_file) |  
ocamldep-postproc
+            value $(OCAMLDEP_MODULES) $(LAZY_OCAMLFINDFLAGS) $ 
(OCAMLDEPFLAGS) -modules $(src_file) | ocamldep-postproc
      else
          value $(OCAMLFIND) $(OCAMLDEP) $(LAZY_OCAMLFINDFLAGS) $ 
(PREFIXED_OCAMLPACKS) $(OCAMLDEPFLAGS) $(PREFIXED_OCAMLINCLUDES) $ 
(src_file)


--
Jason Hickey                  http://www.cs.caltech.edu/~jyh
Caltech Computer Science      Tel: 626-395-6568 FAX: 626-792-4257





More information about the Omake mailing list