From 746d05870f5eee5a75785c2d10d882c733835791 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Mon, 16 Jan 2012 14:08:50 -0500 Subject: [PATCH] added a logs cleaner for bootstrapping the build. --- scripts/generator/bootstrap_build.sh | 4 ++++ 1 file changed, 4 insertions(+) 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. -- 2.34.1