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