echo " +++++++++++ configure"
-is_mandriva2007=0
+is_mandriva2010=0
is_mandriva2008=0
is_debian40=0
is_debian50=0
if [ -e /etc/issue ] ; then
grep -e "Mandriva Linux release 2010.0" /etc/issue > /dev/null
- if [ $? == 0 ] ; then is_mandriva2007=1 ; fi
+ if [ $? == 0 ] ; then is_mandriva2010=1 ; fi
fi
if [ -e /etc/issue ] ; then
export CASROOT=${PRODUCT_SRC_DIR}
-./build_configure
+check_job ${PRODUCT_DIR}/BUILDCONFIGURE.LOG ./build_configure
echo "`pwd` -> ./configure --prefix=${PRODUCT_DIR} $flags >> ${PRODUCT_DIR}/CONFIGURE.LOG"
check_job ./configure --prefix=${PRODUCT_DIR} $flags >> ${PRODUCT_DIR}/CONFIGURE.LOG 2> ${INSTALL_WORK}/errlog