X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fgenerator%2Fbootstrap_build.sh;h=0c4a5a5b3c0ec5fe6895bdab376365b88493c7e5;hb=746d05870f5eee5a75785c2d10d882c733835791;hp=5a07d9bc183c3aef4331d87e2e4f8fc193c02a35;hpb=4cba11c31bb83ff62fc3bdc9b246cb55d9612c02;p=feisty_meow.git diff --git a/scripts/generator/bootstrap_build.sh b/scripts/generator/bootstrap_build.sh index 5a07d9bc..0c4a5a5b 100644 --- a/scripts/generator/bootstrap_build.sh +++ b/scripts/generator/bootstrap_build.sh @@ -65,6 +65,10 @@ 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" + +# set up our output directories etc. prepare_binaries_dir # set a flag for this process so we can omit certain compilations as necessary.