diff options
author | Luc Maranget <luc.maranget@inria.fr> | 2010-06-04 20:10:14 +0000 |
---|---|---|
committer | Luc Maranget <luc.maranget@inria.fr> | 2010-06-04 20:10:14 +0000 |
commit | 4065d7c192882bbd62423dd48ce956f80efae980 (patch) | |
tree | 78bb561f12249b9db006f8cf9dd2126e7656847f | |
parent | 2ba68b35ee4adba7588fbe4f2e337b09f8fc1145 (diff) | |
download | ocaml-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-x | build/mixed-boot.sh | 22 |
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 |