Home
last modified time | relevance | path

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

/titanic_51/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 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
1804 if [[ "$MULTI_PROTO" = yes && "$D_FLAG" = n ]]; then
1884 if [[ "$MULTI_PROTO" = no || "$D_FLAG" = y ]]; then
1889 if [[ "$MULTI_PROTO" = yes && "$F_FLAG" = n ]]; then
[all …]
H A Dnightly99 build "non-DEBUG" "$suffix-nd" "-nd" "$MULTI_PROTO"
111 build "DEBUG" "$suffix" "" "$MULTI_PROTO"
1249 if [[ "$F_FLAG" = n && "$MULTI_PROTO" = yes ]]; then
1391 case $MULTI_PROTO in
1394 echo "WARNING: MULTI_PROTO is \"$MULTI_PROTO\"; " \
1396 echo "Setting MULTI_PROTO to \"no\".\n" | \
1398 export MULTI_PROTO=no
1414 if [ "$w_FLAG" = "y" -a "$MULTI_PROTO" = yes -a -d "$ROOT-nd" ]; then
1815 if [[ "$MULTI_PROTO"
[all...]
/titanic_51/usr/src/tools/env/
H A Dillumos.sh144 export MULTI_PROTO="no"