From: Chris Koeritz Date: Wed, 22 Feb 2012 00:53:44 +0000 (-0500) Subject: cleaned up nicely. X-Git-Tag: 2.140.90~1583 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=bdb824878377ecabe634f15b6d420d4d17f271f2;p=feisty_meow.git cleaned up nicely. --- 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