From: Ondřej Surý Date: Wed, 11 Jan 2017 15:23:09 +0000 (+0100) Subject: boostrap-depends.sh: print last failed config.log X-Git-Tag: v1.2.0-rc1~31^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4b1e52bb36b781df3f2dac4ce405063d7822a22d;p=thirdparty%2Fknot-resolver.git boostrap-depends.sh: print last failed config.log --- diff --git a/scripts/bootstrap-depends.sh b/scripts/bootstrap-depends.sh index 5cf790a03..b9cdf2881 100755 --- a/scripts/bootstrap-depends.sh +++ b/scripts/bootstrap-depends.sh @@ -92,7 +92,7 @@ function build_pkg { if [ ! -e ./configure ]; then [ -e autogen.sh ] && sh autogen.sh || autoreconf -if fi - ./configure --prefix=${PREFIX} --enable-shared $* + ./configure --prefix=${PREFIX} --enable-shared $* || find . -name config.log -exec cat {} \; make ${MAKEOPTS} make install elif [ -f CMakeLists.txt ]; then