diff options
author | Marcel Lanz <marcellanz@n-1.ch> | 2021-10-23 20:25:54 +0200 |
---|---|---|
committer | Sverker Eriksson <sverker@erlang.org> | 2021-11-18 13:18:26 +0100 |
commit | 132b0f4a59c57bd2b2df1b8e9db59f8ed5c067e0 (patch) | |
tree | ca1037051dcf9b5e01bd05d2a85e23e2f9ae11c5 /scripts | |
parent | 06023ba4d38930e6ff0300574b290a0eb63a3d75 (diff) | |
download | erlang-132b0f4a59c57bd2b2df1b8e9db59f8ed5c067e0.tar.gz |
Remove superflouos invokations of ./otp_build autoconf
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build-otp-tar | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/scripts/build-otp-tar b/scripts/build-otp-tar index 3f11026564..362d69d508 100755 --- a/scripts/build-otp-tar +++ b/scripts/build-otp-tar @@ -469,16 +469,6 @@ else echo " === Environment ==================================== " >> $build_log env >> $build_log - progress "Running autoconf in OTP" - echo " " >> $build_log - echo " === Running autoconf in OTP ================================ " >> $build_log - echo " " >> $build_log - echo "./otp_build autoconf" >> $build_log - ./otp_build autoconf >> $build_log 2>&1 - if [ $? -ne 0 ]; then - error "Failed to run autoconf in OTP" - fi - progress "Configuring OTP" echo " " >> $build_log echo " === Configuring OTP ================================ " >> $build_log |