Home
last modified time | relevance | path

Searched refs:MULTI_PROTO (Results 1 – 3 of 3) sorted by relevance

/titanic_52/usr/src/tools/scripts/
H A Dbldenv325 if [[ "$MULTI_PROTO" != "yes" && "$MULTI_PROTO" != "no" ]]; then
327 'WARNING: invalid value for MULTI_PROTO (%s); setting to "no".\n' \
328 "$MULTI_PROTO"
329 export MULTI_PROTO="no"
332 [[ "$MULTI_PROTO" == "yes" ]] && export ROOT="${ROOT}${SUFFIX}"
H A Dnightly100 build "non-DEBUG" "$suffix-nd" "-nd" "$MULTI_PROTO"
112 build "DEBUG" "$suffix" "" "$MULTI_PROTO"
1257 if [[ "$F_FLAG" = n && "$MULTI_PROTO" = yes ]]; then
1399 case $MULTI_PROTO in
1402 echo "WARNING: MULTI_PROTO is \"$MULTI_PROTO\"; " \
1404 echo "Setting MULTI_PROTO to \"no\".\n" | \
1406 export MULTI_PROTO=no
1422 if [ "$w_FLAG" = "y" -a "$MULTI_PROTO" = yes -a -d "$ROOT-nd" ]; then
1823 if [[ "$MULTI_PROTO"
[all...]
/titanic_52/usr/src/tools/env/
H A Dillumos.sh144 export MULTI_PROTO="no"