dobuild ()
{
+ setvars "$@"
+
checksubmodules
. ${BUILDRUMP}/subr.sh
{
# sanity check
- [ -d "${STAGING}" ] \
+ [ -d "${RROBJ}" ] \
|| die 'No objdir. No build or build with different params?'
+ . "${RROBJ}/config.sh"
+ STAGING="${RROBJ}/dest.stage"
+
# default used to be a symlink, so this is for "compat".
# remove in a few months.
rm -f ${RRDEST} > /dev/null 2>&1 || true
parseargs "$@"
shift ${ARGSSHIFT}
-setvars "$@"
${DObuild} && dobuild "$@"
${DOinstall} && doinstall