aboutsummaryrefslogtreecommitdiffstats
path: root/otp_build
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2011-09-14 12:10:46 +0200
committerBjörn Gustavsson <[email protected]>2011-09-14 17:06:16 +0200
commitd1242b0aea1078c91c4b35e07ab3b16b19248a84 (patch)
tree1218e05557be760de6a6ce3c466778af663de0d5 /otp_build
parent1c3815a194ce95f2d1fdabf58cbc7718a7d0a191 (diff)
downloadotp-d1242b0aea1078c91c4b35e07ab3b16b19248a84.tar.gz
otp-d1242b0aea1078c91c4b35e07ab3b16b19248a84.tar.bz2
otp-d1242b0aea1078c91c4b35e07ab3b16b19248a84.zip
Remove lib/orber/include/* from the primary bootstrap
The include files for orber are included in the primary bootstrap, probably for historical reasons. They are not needed there, because no applications compiled in the secondary bootstrap need them. Therefore, install the lib/orber/include/* in the bootstrap at the end of the second bootstrap stage.
Diffstat (limited to 'otp_build')
-rwxr-xr-xotp_build5
1 files changed, 0 insertions, 5 deletions
diff --git a/otp_build b/otp_build
index cb9bc0822f..aed34b76a8 100755
--- a/otp_build
+++ b/otp_build
@@ -878,7 +878,6 @@ do_primary_git ()
git add -A bootstrap/lib/kernel \
bootstrap/lib/stdlib \
bootstrap/lib/compiler \
- bootstrap/lib/orber/include \
bootstrap/bin
find bootstrap -name egen -o -name '*.script' -o \
-name '*.app' -o -name '*.appup' |
@@ -1016,10 +1015,6 @@ do_copy_primary_bootstrap ()
test -d $bootstrap/lib/compiler/ebin || mkdir -p $bootstrap/lib/compiler/ebin
cp -f $lib_src/compiler/ebin/*.beam $bootstrap/lib/compiler/ebin
- # orber include
- test -d $bootstrap/lib/orber/include || mkdir -p $bootstrap/lib/orber/include
- cp -f $lib_src/orber/include/* $bootstrap/lib/orber/include
-
# bootstrap bin
if [ $bootstrap_src_top != $ERL_TOP ]; then
test -d $bootstrap/bin || mkdir -p $bootstrap/bin