From 31bc80e69203a84cc25ddd605dd1327bc5fae01a Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Mon, 16 Jan 2012 19:37:43 -0500 Subject: [PATCH] why oh why will it not be nice to me. may make more sense now. --- scripts/generator/bootstrap_build.sh | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/scripts/generator/bootstrap_build.sh b/scripts/generator/bootstrap_build.sh index 09650e4f..79b830be 100644 --- a/scripts/generator/bootstrap_build.sh +++ b/scripts/generator/bootstrap_build.sh @@ -65,12 +65,10 @@ echo "Build bootstrap process has started." # preconditions for the build process... +#redundant!!! # clean out the logs directory so we are all fresh. -echo "Removing logs directory '$LOGS_DIR'..." -\rm -rf "$LOGS_DIR" "$BUILD_TOP/generatedJUnitFiles" -mkdir -p "$LOGS_DIR" # make this again so no one gets cranky. -echo "after removing and making dir again, it's here '$LOGS_DIR'..." -ls -al $LOGS_DIR +#echo "Removing logs directory '$LOGS_DIR'..." +#\rm -rf "$LOGS_DIR" "$BUILD_TOP/generatedJUnitFiles" # set up our output directories etc. prepare_binaries_dir @@ -154,11 +152,16 @@ fi # start the actual build process now... +# recreate our useful waste directories and other things... +source "$BUILD_SCRIPTS_DIR/build_variables.sh" "$BUILD_SCRIPTS_DIR/build_variables.sh" + # clean out any current contents. bash "$BUILD_SCRIPTS_DIR/whack_build.sh" clean -# recreate our useful waste directories and other things... -source "$BUILD_SCRIPTS_DIR/build_variables.sh" "$BUILD_SCRIPTS_DIR/build_variables.sh" +mkdir -p "$LOGS_DIR" # make this again so no one gets cranky. + +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) -- 2.34.1