diff options
Diffstat (limited to 'build/ocamlbuild-byte-only.sh')
-rwxr-xr-x | build/ocamlbuild-byte-only.sh | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/build/ocamlbuild-byte-only.sh b/build/ocamlbuild-byte-only.sh deleted file mode 100755 index aeb5bcba9..000000000 --- a/build/ocamlbuild-byte-only.sh +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh - -######################################################################### -# # -# OCaml # -# # -# Nicolas Pouillard, projet Gallium, INRIA Rocquencourt # -# # -# Copyright 2008 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 -e -cd `dirname $0`/.. -. build/targets.sh -set -x -$OCAMLBUILD $@ byte_stdlib_mixed_mode $OCAMLC_BYTE $OCAMLLEX_BYTE $OCAMLBUILD_BYTE |