From bdb824878377ecabe634f15b6d420d4d17f271f2 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Tue, 21 Feb 2012 19:53:44 -0500 Subject: [PATCH] cleaned up nicely. --- scripts/generator/bootstrap_build.sh | 3 +-- scripts/generator/build_variables.sh | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/generator/bootstrap_build.sh b/scripts/generator/bootstrap_build.sh index 0c755e98..7a6f62c8 100644 --- a/scripts/generator/bootstrap_build.sh +++ b/scripts/generator/bootstrap_build.sh @@ -33,8 +33,7 @@ BUILD_SCRIPTS_DIR="$(echo $BUILD_SCRIPTS_DIR | tr '\\\\' '/' )" echo build script after: $BUILD_SCRIPTS_DIR # load in feisty meow basic scripts, if not already loaded. source "$BUILD_SCRIPTS_DIR/../core/launch_feisty_meow.sh" -# drop any previous version of the repository variable. -unset FEISTY_MEOW_DIR +# load in build variables based on our deduced paths. source "$BUILD_SCRIPTS_DIR/build_variables.sh" "$BUILD_SCRIPTS_DIR/build_variables.sh" ############## diff --git a/scripts/generator/build_variables.sh b/scripts/generator/build_variables.sh index c48cf222..205492b3 100644 --- a/scripts/generator/build_variables.sh +++ b/scripts/generator/build_variables.sh @@ -136,6 +136,7 @@ fi # new BUILD_TOP variable points at the utter top-most level of any files # in the building hierarchy. export BUILD_TOP="$FEISTY_MEOW_DIR" +echo build top is $BUILD_TOP # this variable points at a folder where we store most of the generated products # of the build. these tend to be the things that will be used for packaging into -- 2.34.1