trying a few more tricks to get jenkins happy.
[feisty_meow.git] / scripts / generator / bootstrap_build.sh
index 5a07d9bc183c3aef4331d87e2e4f8fc193c02a35..aa96a51859f106163009767ebea9a0e22cd5f299 100644 (file)
@@ -65,6 +65,11 @@ echo "Build bootstrap process has started."
 
 # preconditions for the build process...
 
+# clean out the logs directory so we are all fresh.
+\rm -rf "$LOGS_DIR" "$BUILD_TOP/generatedJUnitFiles"
+mkdir "$LOGS_DIR"  # make this again so no one gets cranky.
+
+# set up our output directories etc.
 prepare_binaries_dir
 
 # set a flag for this process so we can omit certain compilations as necessary.