added a logs cleaner for bootstrapping the build.
[feisty_meow.git] / scripts / generator / bootstrap_build.sh
index 5a07d9bc183c3aef4331d87e2e4f8fc193c02a35..0c4a5a5b3c0ec5fe6895bdab376365b88493c7e5 100644 (file)
@@ -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.