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

Split Close
Expand all
Collapse all
          --- old/usr/src/tools/env/developer.sh
          +++ new/usr/src/tools/env/developer.sh
↓ open down ↓ 168 lines elided ↑ open up ↑
 169  169  #IA32_IHV_WS=/ws/${GATE}-ihv;                           export IA32_IHV_WS
 170  170  #IA32_IHV_ROOT=$IA32_IHV_WS/proto/root_i386;            export IA32_IHV_ROOT
 171  171  #IA32_IHV_PKGS=$IA32_IHV_WS/packages/i386/nightly;      export IA32_IHV_PKGS
 172  172  
 173  173  #
 174  174  # Reference to binary-only IA32 IHV packages
 175  175  #
 176  176  #IA32_IHV_BINARY_PKGS=/ws/${GATE}-ihv-bin
 177  177  #export IA32_IHV_BINARY_PKGS
 178  178  
 179      -# Set this flag to 'n' to disable the automatic validation of the dmake
 180      -# version in use.  The default is to check it.
 181      -#CHECK_DMAKE=y
 182      -
 183  179  # Set this flag to 'n' to disable the use of 'checkpaths'.  The default,
 184  180  # if the 'N' option is not specified, is to run this test.
 185  181  #CHECK_PATHS=y
 186  182  
 187  183  # Set this flag to 'y' to enable the use of elfsigncmp to validate the
 188  184  # output of elfsign.  Doing so requires that 't' be set in NIGHTLY_OPTIONS.
 189  185  # The default is to not verify them.
 190  186  #VERIFY_ELFSIGN=n
 191  187  
 192  188  # BRINGOVER_FILES is the list of files nightly passes to bringover.
 193  189  # If not set the default is "usr", but it can be used for bringing
 194  190  # over deleted_files or other nifty directories.
 195  191  #BRINGOVER_FILES="usr deleted_files"
 196  192  
 197  193  # POST_NIGHTLY can be any command to be run at the end of nightly.  See
 198  194  # nightly(1) for interactions between environment variables and this command.
 199  195  #POST_NIGHTLY=
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX