Print this page
4029 remove tonic build bits

Split Close
Expand all
Collapse all
          --- old/usr/src/tools/scripts/bldenv.sh
          +++ new/usr/src/tools/scripts/bldenv.sh
↓ open down ↓ 402 lines elided ↑ open up ↑
 403  403  
 404  404  if [[ "$MULTI_PROTO" != "yes" && "$MULTI_PROTO" != "no" ]]; then
 405  405          printf \
 406  406              'WARNING: invalid value for MULTI_PROTO (%s); setting to "no".\n' \
 407  407              "$MULTI_PROTO"
 408  408          export MULTI_PROTO="no"
 409  409  fi
 410  410  
 411  411  [[ "$MULTI_PROTO" == "yes" ]] && export ROOT="${ROOT}${SUFFIX}"
 412  412  
 413      -export TONICBUILD="#"
 414      -
 415  413  if "${flags.O}" ; then 
 416  414          print "OpenSolaris closed binary generation requires "
 417  415          print "closed tree"
 418  416          exit 1
 419  417  fi
 420  418  
 421  419  ENVLDLIBS1="-L$ROOT/lib -L$ROOT/usr/lib"
 422  420  ENVCPPFLAGS1="-I$ROOT/usr/include"
 423  421  MAKEFLAGS=e
 424  422  
↓ open down ↓ 53 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX