OSDN Git Service

windows hack: disable echo
authormzp <mzpppp@gmail.com>
Sat, 14 Mar 2009 00:45:34 +0000 (09:45 +0900)
committermzp <mzpppp@gmail.com>
Sat, 14 Mar 2009 00:45:34 +0000 (09:45 +0900)
OMakefile

index c461603..e47032e 100644 (file)
--- a/OMakefile
+++ b/OMakefile
@@ -57,8 +57,8 @@ config: OMakefile.config base/config.ml
                                echo BIN_DIR=$(PREFIX)/bin >> $@
                        else
                                echo BIN_DIR=$(BIN_DIR) >> $@
-               ConfMsgChecking(whether ocamlc understands the "annot" warnings)
-               if $(ConfMsgYesNo $(shell-success-null ocamlc$(if $(OCAMLC_OPT_EXISTS), .opt) -annot))
+
+               if $(shell-success-null ocamlc$(if $(OCAMLC_OPT_EXISTS), .opt) -annot)
                        @echo static.OCAMLFLAGS+=-annot >> $@
                else
                        @echo static.OCAMLFLAGS+=-dtypes >> $@