aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2019-08-07 11:43:54 +0200
committerDan Gudmundsson <[email protected]>2019-08-07 11:43:54 +0200
commit9730a6dd53ed034b11762f90a1b41d01d8880734 (patch)
tree3b32ee26c19a4de9544831ea71d985a30fec05c2 /scripts
parentb71163642a7eae246432e1693255d5276039abf1 (diff)
parent97ee1a426aa3d250bfec606102c48b9b09c7253c (diff)
downloadotp-9730a6dd53ed034b11762f90a1b41d01d8880734.tar.gz
otp-9730a6dd53ed034b11762f90a1b41d01d8880734.tar.bz2
otp-9730a6dd53ed034b11762f90a1b41d01d8880734.zip
Merge branch 'maint'
* maint: Update java doc Print last lines of configure log Force xenial builds in travis
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build-otp2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/build-otp b/scripts/build-otp
index abf8d5d67f..55023ba7d8 100755
--- a/scripts/build-otp
+++ b/scripts/build-otp
@@ -44,6 +44,8 @@ fi
do_and_log "Autoconfing" ./otp_build autoconf
do_and_log "Configuring" ./otp_build configure
+echo Configure result:
+tail -n 20 $log
do_and_log "Building OTP" ./otp_build boot -a
if [ "$1" = "release" ]; then