projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d1d350
)
added a logs cleaner for bootstrapping the build.
author
Chris Koeritz
<fred@gruntose.com>
Mon, 16 Jan 2012 19:08:50 +0000
(14:08 -0500)
committer
Chris Koeritz
<fred@gruntose.com>
Mon, 16 Jan 2012 19:08:50 +0000
(14:08 -0500)
scripts/generator/bootstrap_build.sh
patch
|
blob
|
history
diff --git
a/scripts/generator/bootstrap_build.sh
b/scripts/generator/bootstrap_build.sh
index 5a07d9bc183c3aef4331d87e2e4f8fc193c02a35..0c4a5a5b3c0ec5fe6895bdab376365b88493c7e5 100644
(file)
--- 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.