summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>2008-12-03 18:09:09 +0000
committerDamien Doligez <damien.doligez-inria.fr>2008-12-03 18:09:09 +0000
commit1f95b175707ec490f8bf08c6c28f2dee203818cb (patch)
treef004cd5ba13d81b1182b65def6f3e20c6bda3798 /build
parentc52e649d83e34967da0fd2a70faf5c91070c8a91 (diff)
downloadocaml-1f95b175707ec490f8bf08c6c28f2dee203818cb.tar.gz
merge changes from 3.10.2merged to 3.11.0
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@9153 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'build')
-rw-r--r--build/.cvsignore1
-rwxr-xr-xbuild/camlp4-byte-only.sh15
-rwxr-xr-xbuild/camlp4-native-only.sh15
-rwxr-xr-xbuild/fastworld.sh15
-rwxr-xr-xbuild/ocamlbuild-byte-only.sh15
-rwxr-xr-xbuild/ocamlbuild-native-only.sh15
-rwxr-xr-xbuild/ocamlbuildlib-native-only.sh15
-rwxr-xr-xbuild/world.sh15
8 files changed, 106 insertions, 0 deletions
diff --git a/build/.cvsignore b/build/.cvsignore
new file mode 100644
index 0000000000..274c6e555b
--- /dev/null
+++ b/build/.cvsignore
@@ -0,0 +1 @@
+ocamlbuild_mixed_mode
diff --git a/build/camlp4-byte-only.sh b/build/camlp4-byte-only.sh
index ab21fd3495..ab98ef50ff 100755
--- a/build/camlp4-byte-only.sh
+++ b/build/camlp4-byte-only.sh
@@ -1,5 +1,20 @@
#!/bin/sh
+
+#########################################################################
+# #
+# Objective Caml #
+# #
+# 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 GNU Library General Public License, with #
+# the special exception on linking described in file LICENSE. #
+# #
+#########################################################################
+
# $Id$
+
set -e
cd `dirname $0`/..
. build/targets.sh
diff --git a/build/camlp4-native-only.sh b/build/camlp4-native-only.sh
index 42d615880e..d9bdbd1db5 100755
--- a/build/camlp4-native-only.sh
+++ b/build/camlp4-native-only.sh
@@ -1,5 +1,20 @@
#!/bin/sh
+
+#########################################################################
+# #
+# Objective Caml #
+# #
+# 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 GNU Library General Public License, with #
+# the special exception on linking described in file LICENSE. #
+# #
+#########################################################################
+
# $Id$
+
set -e
cd `dirname $0`/..
. build/targets.sh
diff --git a/build/fastworld.sh b/build/fastworld.sh
index 325af89db1..cdf9ba4ac2 100755
--- a/build/fastworld.sh
+++ b/build/fastworld.sh
@@ -1,5 +1,20 @@
#!/bin/sh
+
+#########################################################################
+# #
+# Objective Caml #
+# #
+# 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 GNU Library General Public License, with #
+# the special exception on linking described in file LICENSE. #
+# #
+#########################################################################
+
# $Id$
+
cd `dirname $0`
set -e
if [ -e ocamlbuild_mixed_mode ]; then
diff --git a/build/ocamlbuild-byte-only.sh b/build/ocamlbuild-byte-only.sh
index 8b010142fc..17f7b87a86 100755
--- a/build/ocamlbuild-byte-only.sh
+++ b/build/ocamlbuild-byte-only.sh
@@ -1,5 +1,20 @@
#!/bin/sh
+
+#########################################################################
+# #
+# Objective Caml #
+# #
+# 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 GNU Library General Public License, with #
+# the special exception on linking described in file LICENSE. #
+# #
+#########################################################################
+
# $Id$
+
set -e
cd `dirname $0`/..
. build/targets.sh
diff --git a/build/ocamlbuild-native-only.sh b/build/ocamlbuild-native-only.sh
index 823964a7c7..ce96412745 100755
--- a/build/ocamlbuild-native-only.sh
+++ b/build/ocamlbuild-native-only.sh
@@ -1,5 +1,20 @@
#!/bin/sh
+
+#########################################################################
+# #
+# Objective Caml #
+# #
+# 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 GNU Library General Public License, with #
+# the special exception on linking described in file LICENSE. #
+# #
+#########################################################################
+
# $Id$
+
set -e
cd `dirname $0`/..
. build/targets.sh
diff --git a/build/ocamlbuildlib-native-only.sh b/build/ocamlbuildlib-native-only.sh
index 7afdf72511..a7a570a924 100755
--- a/build/ocamlbuildlib-native-only.sh
+++ b/build/ocamlbuildlib-native-only.sh
@@ -1,5 +1,20 @@
#!/bin/sh
+
+#########################################################################
+# #
+# Objective Caml #
+# #
+# 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 GNU Library General Public License, with #
+# the special exception on linking described in file LICENSE. #
+# #
+#########################################################################
+
# $Id$
+
set -e
cd `dirname $0`/..
. build/targets.sh
diff --git a/build/world.sh b/build/world.sh
index 2ae1f72fb9..a401e51dbd 100755
--- a/build/world.sh
+++ b/build/world.sh
@@ -1,5 +1,20 @@
#!/bin/sh
+
+#########################################################################
+# #
+# Objective Caml #
+# #
+# 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 GNU Library General Public License, with #
+# the special exception on linking described in file LICENSE. #
+# #
+#########################################################################
+
# $Id$
+
cd `dirname $0`
set -e
if [ -e ocamlbuild_mixed_mode ]; then