X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fgenerator%2Fbootstrap_build.sh;h=48245eae58ea5f2272a502544364e9fe5cb8610a;hb=a5cb8184848bac3d3c484a72a90ec1ff08919288;hp=bbdb4b28b44c31f5e6521cbe0453c74eba35c366;hpb=38d2bacfba5d0463ed4f0517233a9382691af4b4;p=feisty_meow.git diff --git a/scripts/generator/bootstrap_build.sh b/scripts/generator/bootstrap_build.sh index bbdb4b28..48245eae 100644 --- a/scripts/generator/bootstrap_build.sh +++ b/scripts/generator/bootstrap_build.sh @@ -156,9 +156,6 @@ bash "$BUILD_SCRIPTS_DIR/whack_build.sh" clean # make this again so no one gets cranky. mkdir -p "$LOGS_DIR" -echo "after removing and making dir again, it's here '$LOGS_DIR'..." -ls -al $LOGS_DIR - toolset_names=(makedep value_tagger version_stamper vsts_version_fixer write_build_config short_path sleep_ms zap_process playsound create_guid) if [ -z "$SAVE_BINARIES" ]; then @@ -254,8 +251,8 @@ if [ -z "$JUST_BOOTSTRAP_APPS" ]; then pushd "$REPOSITORY_DIR" &>/dev/null unset BUILD_DEFAULTS declare -a BUILD_DEFAULTS=( "BOOT_STRAPPING=" "OPTIMIZE=t" "DEBUG=t" "REBUILD=t" ) - export NOT_SLIMLINE=true make_code + popd &>/dev/null fi