summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuc Maranget <luc.maranget@inria.fr>2010-06-04 20:10:14 +0000
committerLuc Maranget <luc.maranget@inria.fr>2010-06-04 20:10:14 +0000
commit4065d7c192882bbd62423dd48ce956f80efae980 (patch)
tree78bb561f12249b9db006f8cf9dd2126e7656847f
parent2ba68b35ee4adba7588fbe4f2e337b09f8fc1145 (diff)
downloadocaml-4065d7c192882bbd62423dd48ce956f80efae980.tar.gz
merge 3.12 final
git-svn-id: http://caml.inria.fr/svn/ocaml/branches/jocamltrunk@10529 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rwxr-xr-xbuild/mixed-boot.sh22
1 files changed, 22 insertions, 0 deletions
diff --git a/build/mixed-boot.sh b/build/mixed-boot.sh
new file mode 100755
index 0000000000..122ff412f7
--- /dev/null
+++ b/build/mixed-boot.sh
@@ -0,0 +1,22 @@
+#!/bin/sh
+
+#########################################################################
+# #
+# Objective Caml #
+# #
+# Nicolas Pouillard, projet Gallium, INRIA Rocquencourt #
+# #
+# Copyright 2007 Institut National de Recherche en Informatique et #
+# en Automatique. All rights reserved. This file is distributed #
+# under the terms of the Q Public License version 1.0. #
+# #
+#########################################################################
+
+set -ex
+cd `dirname $0`/..
+touch build/ocamlbuild_mixed_mode
+mkdir -p _build
+cp -rf boot _build/
+./build/mkconfig.sh
+./build/mkmyocamlbuild_config.sh
+./build/boot.sh