From: Chris Koeritz Date: Mon, 16 Jan 2012 19:08:50 +0000 (-0500) Subject: added a logs cleaner for bootstrapping the build. X-Git-Tag: 2.140.90~1659 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=746d05870f5eee5a75785c2d10d882c733835791;p=feisty_meow.git added a logs cleaner for bootstrapping the build. --- 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.