From: inv Date: Thu, 22 Jul 2010 16:06:21 +0000 (+0000) Subject: invoke build.sh script with -b option X-Git-Tag: V6_1_0 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e648854e218fc7602851b68d57f9de57720c776b;p=tools%2Finstall.git invoke build.sh script with -b option --- diff --git a/config_files/KERNEL.sh b/config_files/KERNEL.sh index b834039..a4fd410 100755 --- a/config_files/KERNEL.sh +++ b/config_files/KERNEL.sh @@ -88,7 +88,7 @@ fi CUR_DIR=`pwd` cd ${INST_ROOT} -check_jb ./build.sh -o -c -d -v 0 -p $INST_ROOT KERNEL +check_jb ./build.sh -o -b -d -v 0 -p $INST_ROOT KERNEL # create environment for the built binaries cd $CUR_DIR