default_pre_build        &&
cd  "$SOURCE_DIRECTORY"  &&

# the source may include a pre-built binary so we'll delete that first
if [[ -e set_rlimits ]]
then
  rm set_rlimits
fi
