updated to clean up some of the crud from the bug hunt.
authorChris Koeritz <fred@gruntose.com>
Wed, 18 Jan 2012 13:02:39 +0000 (08:02 -0500)
committerChris Koeritz <fred@gruntose.com>
Wed, 18 Jan 2012 13:02:39 +0000 (08:02 -0500)
scripts/generator/bootstrap_build.sh

index b7e2fa14ad57e762a0342020e3a89d81cf3cfa13..1e0654fdfe11a58ec354b9061320f895b0789bf6 100644 (file)
@@ -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