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 Dnightly94 build "non-DEBUG" "$suffix-nd" "-nd" "$MULTI_PROTO"
106 build "DEBUG" "$suffix" "" "$MULTI_PROTO"
1127 if [[ "$F_FLAG" == n && "$MULTI_PROTO" == yes ]]; then
1258 if [ "$w_FLAG" = "y" -a "$MULTI_PROTO" = yes -a -d "$ROOT-nd" ]; then
1704 if [[ "$MULTI_PROTO" == yes && "$D_FLAG" == n ]]; then
1785 if [[ "$MULTI_PROTO" == no || "$D_FLAG" == y ]]; then
1790 if [[ "$MULTI_PROTO" == yes && "$F_FLAG" == n ]]; then
1803 if [[ "$MULTI_PROTO" == no || "$D_FLAG" == y ]]; then
2027 if [[ "$MULTI_PROTO" == no || "$D_FLAG" == y ]]; then
2031 if [[ "$MULTI_PROTO" == yes && "$F_FLAG" == n ]]; then
/illumos-gate/usr/src/tools/env/
H A Dillumos.sh226 export MULTI_PROTO="no"