Print this page
3854 SUNW_NO_UPDATE_NOTIFY=1 should be added to env files

Split Close
Expand all
Collapse all
          --- old/usr/src/tools/env/illumos.sh
          +++ new/usr/src/tools/env/illumos.sh
↓ open down ↓ 172 lines elided ↑ open up ↑
 173  173  export PKGARCHIVE="${CODEMGR_WS}/packages/${MACH}/nightly"
 174  174  # export PKGPUBLISHER_REDIST='on-redist'
 175  175  
 176  176  # Package manifest format version.
 177  177  export PKGFMT_OUTPUT='v1'
 178  178  
 179  179  # we want make to do as much as it can, just in case there's more than
 180  180  # one problem.
 181  181  export MAKEFLAGS='k'
 182  182  
 183      -# Magic variable to prevent the devpro compilers/teamware from sending
 184      -# mail back to devpro on every use.
      183 +# Magic variables to prevent the devpro compilers/teamware from checking
      184 +# for updates or sending mail back to devpro on every use.
      185 +export SUNW_NO_UPDATE_NOTIFY='1'
 185  186  export UT_NO_USAGE_TRACKING='1'
 186  187  
 187  188  # Build tools - don't change these unless you know what you're doing.  These
 188  189  # variables allows you to get the compilers and onbld files locally.
 189  190  # Set BUILD_TOOLS to pull everything from one location.
 190  191  # Alternately, you can set ONBLD_TOOLS to where you keep the contents of
 191  192  # SUNWonbld and SPRO_ROOT to where you keep the compilers.  SPRO_VROOT
 192  193  # exists to make it easier to test new versions of the compiler.
 193  194  export BUILD_TOOLS='/opt'
 194  195  #export ONBLD_TOOLS='/opt/onbld'
↓ open down ↓ 35 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX