X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fgenerator%2Fbootstrap_build.sh;h=aa96a51859f106163009767ebea9a0e22cd5f299;hb=2dabeaeea0a64d744bad23b17665a76592be4129;hp=5a07d9bc183c3aef4331d87e2e4f8fc193c02a35;hpb=4cba11c31bb83ff62fc3bdc9b246cb55d9612c02;p=feisty_meow.git diff --git a/scripts/generator/bootstrap_build.sh b/scripts/generator/bootstrap_build.sh index 5a07d9bc..aa96a518 100644 --- a/scripts/generator/bootstrap_build.sh +++ b/scripts/generator/bootstrap_build.sh @@ -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.