diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-07-23 15:59:33 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-07-23 15:59:33 +0200 |
commit | 2819345ceec204d0c3091d085ffd69d41683f078 (patch) | |
tree | 2fda96381264854af7da8558de0ddb45a659a935 /set_soenv.in | |
parent | d1a4b89ec7a5612b61a8b92d3580a58f34f986e3 (diff) |
bump workdir up a few levels
Diffstat (limited to 'set_soenv.in')
-rwxr-xr-x | set_soenv.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/set_soenv.in b/set_soenv.in index 99a4ffbe6438..aa46b863b380 100755 --- a/set_soenv.in +++ b/set_soenv.in @@ -957,7 +957,7 @@ else $SOLARVERSION = '$SOLARVER'; #Location of gnu make directories. -$WORKDIR = '$SOLARVER/$INPATH/workdir'; +$WORKDIR = '$SRC_ROOT/workdir/$INPATH'; $OUTDIR = '$SOLARVER/$INPATH'; #Some directories that are symlinks under rawbuild, have to use realpath on Cygwin $SOLARDEFIMG = PathFormat($SRC_ROOT.$DEFIMGS); |