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:
383aa59
)
updated to clean up some of the crud from the bug hunt.
author
Chris Koeritz
<fred@gruntose.com>
Wed, 18 Jan 2012 13:02:39 +0000
(08:02 -0500)
committer
Chris Koeritz
<fred@gruntose.com>
Wed, 18 Jan 2012 13:02:39 +0000
(08:02 -0500)
scripts/generator/bootstrap_build.sh
patch
|
blob
|
history
diff --git
a/scripts/generator/bootstrap_build.sh
b/scripts/generator/bootstrap_build.sh
index b7e2fa14ad57e762a0342020e3a89d81cf3cfa13..1e0654fdfe11a58ec354b9061320f895b0789bf6 100644
(file)
--- a/
scripts/generator/bootstrap_build.sh
+++ b/
scripts/generator/bootstrap_build.sh
@@
-254,12
+254,8
@@
if [ -z "$JUST_BOOTSTRAP_APPS" ]; then
pushd "$REPOSITORY_DIR" &>/dev/null
unset BUILD_DEFAULTS
declare -a BUILD_DEFAULTS=( "BOOT_STRAPPING=" "OPTIMIZE=t" "DEBUG=t" "REBUILD=t" )
- export NOT_SLIMLINE=true
make_code
- popd &>/dev/null
-
-echo hey ho ho hey, got to final place
-ls -al $PRODUCTION_DIR/logs
+ popd &>/dev/null
fi