STYLE: echo more information about boost header/lib

- improve some other feedback information
This commit is contained in:
mark
2016-07-12 22:03:24 +02:00
parent b351eff392
commit 34023f31b8
9 changed files with 46 additions and 30 deletions

View File

@ -82,7 +82,7 @@ options:
-help
* build llvm/clang
$llvmPACKAGE
${llvmPACKAGE:-'unspecified LLVM version'}
USAGE
exit 1
@ -148,7 +148,7 @@ else
set -x
$sourceDIR/configure \
--prefix=$LLVM_ARCH_PATH \
--with-gcc-toolchain=`which gcc | sed s%/bin/gcc%%` \
--with-gcc-toolchain=$(which gcc | sed s%/bin/gcc%%) \
--enable-optimized \
&& make -j $WM_NCOMPPROCS \
&& make install \