diff options
Diffstat (limited to 'otp_build')
-rwxr-xr-x | otp_build | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 |