Makes "./build-rr hw install" work. Without this fix the
default object directory would not get set.
dobuild ()
{
- setvars "$@"
-
checksubmodules
. ${BUILDRUMP}/subr.sh
|| 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.
parseargs "$@"
shift ${ARGSSHIFT}
+setvars "$@"
${DObuild} && dobuild "$@"
${DOinstall} && doinstall