summaryrefslogtreecommitdiff
path: root/usr/src/tools/scripts/stdenv.sh
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/tools/scripts/stdenv.sh')
-rw-r--r--usr/src/tools/scripts/stdenv.sh10
1 files changed, 9 insertions, 1 deletions
diff --git a/usr/src/tools/scripts/stdenv.sh b/usr/src/tools/scripts/stdenv.sh
index bf5b5d13f8..8eb05ab834 100644
--- a/usr/src/tools/scripts/stdenv.sh
+++ b/usr/src/tools/scripts/stdenv.sh
@@ -20,7 +20,7 @@
#
#
-# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
+# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# ident "%Z%%M% %I% %E% SMI"
@@ -54,3 +54,11 @@
# builds.
#
[ -n "$OPEN_SRCDIR" ] || export OPEN_SRCDIR="$CODEMGR_WS/open_src"
+
+#
+# Flag to enable creation of per-build-type proto areas. If "yes",
+# more proto areas are created, which speeds up incremental builds but
+# increases storage consumption. Will be forced to "yes" for
+# OpenSolaris deliveries.
+#
+[ -n "$MULTI_PROTO" ] || export MULTI_PROTO=no