From a0ee34b45737d0bdb6c74e0ee9165da42da76b67 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Tue, 21 Feb 2012 19:28:32 -0500 Subject: [PATCH] tossing older code. --- scripts/generator/build_variables.sh | 30 ++++++++++++++-------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/scripts/generator/build_variables.sh b/scripts/generator/build_variables.sh index c5ce03b7..c48cf222 100644 --- a/scripts/generator/build_variables.sh +++ b/scripts/generator/build_variables.sh @@ -113,21 +113,21 @@ if [ ! -z "$SHELL_DEBUG" ]; then fi #hmmm: all this stuff is highly questionable value now. -# we create the variable FEISTY_MEOW_DIR, but we keep the dos form of -# the path, because otherwise lots of bad things happens when passing the -# folders around to visual studio commands that don't allow a space after them. -if [ -d "$BUILDING_HIERARCHY/source" ]; then - # old style repository is same height as building hierarchy. - export FEISTY_MEOW_DIR="$BUILDING_HIERARCHY" -else - # new style repository is a level above the build hierarchy. - export FEISTY_MEOW_DIR="$(echo "$BUILDING_HIERARCHY" | sed -e 's/\(.*\)\/[^\/]*/\1/')" -fi - -if [ "$OPERATING_SYSTEM" = "WIN32" ]; then - # make sure repository dir looks right on windoze. - export FEISTY_MEOW_DIR="$(msys_to_dos_path "$FEISTY_MEOW_DIR")" -fi +#### we create the variable FEISTY_MEOW_DIR, but we keep the dos form of +#### the path, because otherwise lots of bad things happens when passing the +#### folders around to visual studio commands that don't allow a space after them. +###if [ -d "$BUILDING_HIERARCHY/source" ]; then +### # old style repository is same height as building hierarchy. +### export FEISTY_MEOW_DIR="$BUILDING_HIERARCHY" +###else +### # new style repository is a level above the build hierarchy. +### export FEISTY_MEOW_DIR="$(echo "$BUILDING_HIERARCHY" | sed -e 's/\(.*\)\/[^\/]*/\1/')" +###fi +### +###if [ "$OPERATING_SYSTEM" = "WIN32" ]; then +### # make sure repository dir looks right on windoze. +### export FEISTY_MEOW_DIR="$(msys_to_dos_path "$FEISTY_MEOW_DIR")" +###fi if [ ! -z "$SHELL_DEBUG" ]; then echo "[FEISTY_MEOW_DIR is $FEISTY_MEOW_DIR]" -- 2.34.1