From: Chris Koeritz Date: Tue, 17 Jan 2012 00:19:41 +0000 (-0500) Subject: trying to track down weird bootstrapping problem on jenkins. X-Git-Tag: 2.140.90~1656^2~47 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=1bfe7da627f2c4eb8d51659e822ec3ccfafb2317;p=feisty_meow.git trying to track down weird bootstrapping problem on jenkins. --- diff --git a/scripts/generator/bootstrap_build.sh b/scripts/generator/bootstrap_build.sh index aa96a518..09650e4f 100644 --- a/scripts/generator/bootstrap_build.sh +++ b/scripts/generator/bootstrap_build.sh @@ -66,8 +66,11 @@ echo "Build bootstrap process has started." # preconditions for the build process... # clean out the logs directory so we are all fresh. +echo "Removing logs directory '$LOGS_DIR'..." \rm -rf "$LOGS_DIR" "$BUILD_TOP/generatedJUnitFiles" -mkdir "$LOGS_DIR" # make this again so no one gets cranky. +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 # set up our output directories etc. prepare_binaries_dir