Home
last modified time | relevance | path

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

/titanic_41/usr/src/tools/scripts/
H A Dbldenv.sh328 if [[ "$MULTI_PROTO" != "yes" && "$MULTI_PROTO" != "no" ]]; then
331 "$MULTI_PROTO"
332 export MULTI_PROTO="no"
335 [[ "$MULTI_PROTO" == "yes" ]] && export ROOT="${ROOT}${SUFFIX}"
H A Dstdenv.sh48 [ -n "$MULTI_PROTO" ] || export MULTI_PROTO=no
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\"; " \
1396 export MULTI_PROTO=no
1412 if [ "$w_FLAG" = "y" -a "$MULTI_PROTO" = yes -a -d "$ROOT-nd" ]; then
1803 if [[ "$MULTI_PROTO" = yes && "$D_FLAG" = n ]]; then
1883 if [[ "$MULTI_PROTO" = no || "$D_FLAG" = y ]]; then
1888 if [[ "$MULTI_PROTO" = yes && "$F_FLAG" = n ]]; then
[all …]
/titanic_41/usr/src/tools/env/
H A Dillumos.sh155 export MULTI_PROTO="no"