svn path=/main/trunk/; revision=2342
sleep 3
fi
+ local srcdir=${BUILDDIR}
cd "${BUILDDIR}"
if [ ! -e "build-info" ]; then
mkdir build-info
return
fi
if [ -d "${S}" ]; then
+ srcdir=${S}
cd "${S}"
fi
#our custom version of libtool uses $S and $D to fix
#some packages use an alternative to $S to build in, cause
#our libtool to create problematic .la files
export PWORKDIR="$WORKDIR"
+ echo ">>> Compiling source in ${srcdir} ..."
src_compile
+ echo ">>> Source compiled."
#|| abort_compile "fail"
cd "${BUILDDIR}"
touch .compiled