1007 env files should define MULTI_PROTO
authorRichard Lowe <richlowe@richlowe.net>
Tue, 20 Sep 2011 02:27:53 -0400
changeset 13462 4d04e1a5e9ff
parent 13461 8a356f48c838
child 13463 887d3e73774c
1007 env files should define MULTI_PROTO Reviewed by: Robert Mustacchi <[email protected]> Reviewed by: Garrett D'Amore <[email protected]> Reviewed by: Igor Kozhukhov <[email protected]> Approved by: Garrett D'Amore <[email protected]>
usr/src/tools/env/illumos.sh
--- a/usr/src/tools/env/illumos.sh	Tue Sep 20 00:41:34 2011 -0400
+++ b/usr/src/tools/env/illumos.sh	Tue Sep 20 02:27:53 2011 -0400
@@ -143,14 +143,17 @@
 #
 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"
 
 #