Print this page
nightly: don't check dmake version, now it's ours

Split Close
Expand all
Collapse all
          --- old/usr/src/tools/env/illumos.sh
          +++ new/usr/src/tools/env/illumos.sh
↓ open down ↓ 208 lines elided ↑ open up ↑
 209  209  export SPRO_ROOT='/opt/SUNWspro'
 210  210  export SPRO_VROOT="$SPRO_ROOT"
 211  211  
 212  212  # This goes along with lint - it is a series of the form "A [y|n]" which
 213  213  # means "go to directory A and run 'make lint'" Then mail me (y) the
 214  214  # difference in the lint output. 'y' should only be used if the area you're
 215  215  # linting is actually lint clean or you'll get lots of mail.
 216  216  # You shouldn't need to change this though.
 217  217  #export LINTDIRS="$SRC y"
 218  218  
 219      -# Set this flag to 'n' to disable the automatic validation of the dmake
 220      -# version in use.  The default is to check it.
 221      -#CHECK_DMAKE='y'
 222      -
 223  219  # Set this flag to 'n' to disable the use of 'checkpaths'.  The default,
 224  220  # if the 'N' option is not specified, is to run this test.
 225  221  #CHECK_PATHS='y'
 226  222  
 227  223  # POST_NIGHTLY can be any command to be run at the end of nightly.  See
 228  224  # nightly(1) for interactions between environment variables and this command.
 229  225  #POST_NIGHTLY=
 230  226  
 231  227  # Comment this out to disable support for IPP printing, i.e. if you
 232  228  # don't want to bother providing the Apache headers this needs.
↓ open down ↓ 12 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX