fixed an oops in the example application.
[feisty_meow.git] / scripts / generator / bootstrap_build.sh
index bbdb4b28b44c31f5e6521cbe0453c74eba35c366..48245eae58ea5f2272a502544364e9fe5cb8610a 100644 (file)
@@ -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