Searched refs:MULTI_PROTO (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/tools/scripts/
H A Dstdenv.sh48 [ -n "$MULTI_PROTO" ] || export MULTI_PROTO=no
H A Dbldenv.sh328 if [[ "$MULTI_PROTO" != "yes" && "$MULTI_PROTO" != "no" ]]; then
330 'WARNING: invalid value for MULTI_PROTO (%s); setting to "no".\n' \
331 "$MULTI_PROTO"
332 export MULTI_PROTO="no"
335 [[ "$MULTI_PROTO" == "yes" ]] && export ROOT="${ROOT}${SUFFIX}"
H A Dnightly.sh98 build "non-DEBUG" "$suffix-nd" "-nd" "$MULTI_PROTO"
110 build "DEBUG" "$suffix" "" "$MULTI_PROTO"
1247 if [[ "$F_FLAG" = n && "$MULTI_PROTO" = yes ]]; then
1389 case $MULTI_PROTO in
1392 echo "WARNING: MULTI_PROTO is \"$MULTI_PROTO\"; " \
1394 echo "Setting MULTI_PROTO to \"no\".\n" | \
1396 export MULTI_PROTO=no
1412 if [ "$w_FLAG" = "y" -a "$MULTI_PROTO" = yes -a -d "$ROOT-nd" ]; then
1804 if [[ "$MULTI_PROTO"
[all...]
/illumos-gate/usr/src/tools/env/
H A Dillumos.sh141 export MULTI_PROTO="no"

Completed in 72 milliseconds