diff options
-rw-r--r-- | usr/src/tools/env/illumos.sh | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/usr/src/tools/env/illumos.sh b/usr/src/tools/env/illumos.sh index e3ec47ec5f..24475d0d37 100644 --- a/usr/src/tools/env/illumos.sh +++ b/usr/src/tools/env/illumos.sh @@ -143,14 +143,17 @@ export ON_CRYPTO_BINS="$CODEMGR_WS/on-crypto.$MACH.tar.bz2" # export REF_PROTO_LIST="$PARENT_WS/usr/src/proto_list_${MACH}" + +export ROOT="$CODEMGR_WS/proto/root_${MACH}" +export SRC="$CODEMGR_WS/usr/src" +export MULTI_PROTO="no" + # # build environment variables, including version info for mcs, motd, # motd, uname and boot messages. Mostly you shouldn't change this except # when the release slips (nah) or you move an environment file to a new # release # -export ROOT="$CODEMGR_WS/proto/root_${MACH}" -export SRC="$CODEMGR_WS/usr/src" export VERSION="$GATE" # |