Print this page
XXXX disable shadow compilation by default

Split Close
Expand all
Collapse all
          --- old/usr/src/tools/env/illumos.sh
          +++ new/usr/src/tools/env/illumos.sh
↓ open down ↓ 187 lines elided ↑ open up ↑
 188  188  # variables allows you to get the compilers and onbld files locally.
 189  189  # Set BUILD_TOOLS to pull everything from one location.
 190  190  # Alternately, you can set ONBLD_TOOLS to where you keep the contents of
 191  191  # SUNWonbld and SPRO_ROOT to where you keep the compilers.  SPRO_VROOT
 192  192  # exists to make it easier to test new versions of the compiler.
 193  193  export BUILD_TOOLS='/opt'
 194  194  #export ONBLD_TOOLS='/opt/onbld'
 195  195  export SPRO_ROOT='/opt/SUNWspro'
 196  196  export SPRO_VROOT="$SPRO_ROOT"
 197  197  
      198 +# Disable shadow compilation by default.
      199 +export CW_NO_SHADOW='1'
      200 +
 198  201  # This goes along with lint - it is a series of the form "A [y|n]" which
 199  202  # means "go to directory A and run 'make lint'" Then mail me (y) the
 200  203  # difference in the lint output. 'y' should only be used if the area you're
 201  204  # linting is actually lint clean or you'll get lots of mail.
 202  205  # You shouldn't need to change this though.
 203  206  #export LINTDIRS="$SRC y"
 204  207  
 205  208  # Set this flag to 'n' to disable the use of 'checkpaths'.  The default,
 206  209  # if the 'N' option is not specified, is to run this test.
 207  210  #CHECK_PATHS='y'
↓ open down ↓ 19 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX