Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/scripts/
H A Dbldenv367 if [[ "$MULTI_PROTO" != "yes" && "$MULTI_PROTO" != "no" ]]; then
370 "$MULTI_PROTO"
371 export MULTI_PROTO="no"
374 [[ "$MULTI_PROTO" == "yes" ]] && export ROOT="${ROOT}${SUFFIX}"
H A Dnightly95 build "non-DEBUG" "$suffix-nd" "-nd" "$MULTI_PROTO"
107 build "DEBUG" "$suffix" "" "$MULTI_PROTO"
1214 if [[ "$F_FLAG" == n && "$MULTI_PROTO" == yes ]]; then
1342 if [ "$w_FLAG" = "y" -a "$MULTI_PROTO" = yes -a -d "$ROOT-nd" ]; then
1788 if [[ "$MULTI_PROTO" == yes && "$D_FLAG" == n ]]; then
1869 if [[ "$MULTI_PROTO" == no || "$D_FLAG" == y ]]; then
1874 if [[ "$MULTI_PROTO" == yes && "$F_FLAG" == n ]]; then
1887 if [[ "$MULTI_PROTO" == no || "$D_FLAG" == y ]]; then
2111 if [[ "$MULTI_PROTO" == no || "$D_FLAG" == y ]]; then
2115 if [[ "$MULTI_PROTO" == yes && "$F_FLAG" == n ]]; then
/illumos-gate/usr/src/tools/env/
H A Dillumos.sh251 export MULTI_PROTO="no"