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:
4cba11c
)
updated while seeking weird build issues from relative paths.
author
Chris Koeritz
<fred@gruntose.com>
Mon, 16 Jan 2012 06:17:47 +0000
(22:17 -0800)
committer
Chris Koeritz
<fred@gruntose.com>
Mon, 16 Jan 2012 06:17:47 +0000
(22:17 -0800)
scripts/generator/build_variables.sh
patch
|
blob
|
history
diff --git
a/scripts/generator/build_variables.sh
b/scripts/generator/build_variables.sh
index 51547807acf02d0ccb05e402212624fe4677684f..6773ac56ffa2b8fcd39b74e7e3404feb17361f4d 100644
(file)
--- a/
scripts/generator/build_variables.sh
+++ b/
scripts/generator/build_variables.sh
@@
-155,12
+155,7
@@
fi
# new BUILD_TOP variable points at the utter top-most level of any files
# in the building hierarchy.
-if [ -d "$REPOSITORY_DIR/../../build" ]; then
- export BUILD_TOP="$REPOSITORY_DIR/../.."
-else
- # this is actually just a guess.
- export BUILD_TOP="$REPOSITORY_DIR"
-fi
+export BUILD_TOP="$REPOSITORY_DIR"
# 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