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


 168 # This goes along with lint - it is a series of the form "A [y|n]" which
 169 # means "go to directory A and run 'make lint'" Then mail me (y) the
 170 # difference in the lint output. 'y' should only be used if the area you're
 171 # linting is actually lint clean or you'll get lots of mail.
 172 # You shouldn't need to change this though.
 173 #LINTDIRS="$SRC y";     export LINTDIRS
 174 
 175 #
 176 # Reference to IA32 IHV workspace, proto area and packages
 177 #
 178 #IA32_IHV_WS=/ws/${GATE}-ihv;                           export IA32_IHV_WS
 179 #IA32_IHV_ROOT=$IA32_IHV_WS/proto/root_i386;            export IA32_IHV_ROOT
 180 #IA32_IHV_PKGS=$IA32_IHV_WS/packages/i386/nightly;      export IA32_IHV_PKGS
 181 
 182 #
 183 # Reference to binary-only IA32 IHV packages
 184 #
 185 #IA32_IHV_BINARY_PKGS=/ws/${GATE}-ihv-bin
 186 #export IA32_IHV_BINARY_PKGS
 187 
 188 # Set this flag to 'n' to disable the automatic validation of the dmake
 189 # version in use.  The default is to check it.
 190 #CHECK_DMAKE=y
 191 
 192 # Set this flag to 'n' to disable the use of 'checkpaths'.  The default,
 193 # if the 'N' option is not specified, is to run this test.
 194 #CHECK_PATHS=y
 195 
 196 # Set this flag to 'y' to enable the use of elfsigncmp to validate the
 197 # output of elfsign.  Doing so requires that 't' be set in NIGHTLY_OPTIONS.
 198 # The default is to not verify them.
 199 #VERIFY_ELFSIGN=n
 200 
 201 # BRINGOVER_FILES is the list of files nightly passes to bringover. 
 202 # If not set the default is "usr", but it can be used for bringing 
 203 # over deleted_files or other nifty directories. 
 204 #BRINGOVER_FILES="usr deleted_files"
 205 
 206 # POST_NIGHTLY can be any command to be run at the end of nightly.  See
 207 # nightly(1) for interactions between environment variables and this command.
 208 #POST_NIGHTLY=


 168 # This goes along with lint - it is a series of the form "A [y|n]" which
 169 # means "go to directory A and run 'make lint'" Then mail me (y) the
 170 # difference in the lint output. 'y' should only be used if the area you're
 171 # linting is actually lint clean or you'll get lots of mail.
 172 # You shouldn't need to change this though.
 173 #LINTDIRS="$SRC y";     export LINTDIRS
 174 
 175 #
 176 # Reference to IA32 IHV workspace, proto area and packages
 177 #
 178 #IA32_IHV_WS=/ws/${GATE}-ihv;                           export IA32_IHV_WS
 179 #IA32_IHV_ROOT=$IA32_IHV_WS/proto/root_i386;            export IA32_IHV_ROOT
 180 #IA32_IHV_PKGS=$IA32_IHV_WS/packages/i386/nightly;      export IA32_IHV_PKGS
 181 
 182 #
 183 # Reference to binary-only IA32 IHV packages
 184 #
 185 #IA32_IHV_BINARY_PKGS=/ws/${GATE}-ihv-bin
 186 #export IA32_IHV_BINARY_PKGS
 187 




 188 # Set this flag to 'n' to disable the use of 'checkpaths'.  The default,
 189 # if the 'N' option is not specified, is to run this test.
 190 #CHECK_PATHS=y
 191 
 192 # Set this flag to 'y' to enable the use of elfsigncmp to validate the
 193 # output of elfsign.  Doing so requires that 't' be set in NIGHTLY_OPTIONS.
 194 # The default is to not verify them.
 195 #VERIFY_ELFSIGN=n
 196 
 197 # BRINGOVER_FILES is the list of files nightly passes to bringover. 
 198 # If not set the default is "usr", but it can be used for bringing 
 199 # over deleted_files or other nifty directories. 
 200 #BRINGOVER_FILES="usr deleted_files"
 201 
 202 # POST_NIGHTLY can be any command to be run at the end of nightly.  See
 203 # nightly(1) for interactions between environment variables and this command.
 204 #POST_NIGHTLY=