summaryrefslogtreecommitdiff
path: root/set_soenv.in
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-07-25 16:09:45 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-07-25 16:12:29 +0300
commit0368ac2adb11fb61dcdadee411b397cb9b0431d2 (patch)
tree1ff00456a6f08f743b2218394f31aad08f2d3bba /set_soenv.in
parent6c2d2a98cb2e8acaedd63a46cb866addd3a3c5b3 (diff)
Revert "no need for INPATH in WORKDIR anymore"
We do need to have the platform-specific part in WORKDIR, for cross-compilation support. This reverts commit 3c471c4a11fe58a6cd3dbf09099d9a1ecf60dd38.
Diffstat (limited to 'set_soenv.in')
-rwxr-xr-xset_soenv.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/set_soenv.in b/set_soenv.in
index 9c1a08367f8a..ebfad11a71a3 100755
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -956,7 +956,7 @@ else
$SOLARVERSION = '$SOLARVER';
#Location of gnu make directories.
-$WORKDIR = '$SRC_ROOT/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);