199 export UT_NO_USAGE_TRACKING='1'
200
201 # Build tools - don't change these unless you know what you're doing. These
202 # variables allows you to get the compilers and onbld files locally or
203 # through cachefs. Set BUILD_TOOLS to pull everything from one location.
204 # Alternately, you can set ONBLD_TOOLS to where you keep the contents of
205 # SUNWonbld and SPRO_ROOT to where you keep the compilers. SPRO_VROOT
206 # exists to make it easier to test new versions of the compiler.
207 export BUILD_TOOLS='/opt'
208 #export ONBLD_TOOLS='/opt/onbld'
209 export SPRO_ROOT='/opt/SUNWspro'
210 export SPRO_VROOT="$SPRO_ROOT"
211
212 # This goes along with lint - it is a series of the form "A [y|n]" which
213 # means "go to directory A and run 'make lint'" Then mail me (y) the
214 # difference in the lint output. 'y' should only be used if the area you're
215 # linting is actually lint clean or you'll get lots of mail.
216 # You shouldn't need to change this though.
217 #export LINTDIRS="$SRC y"
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 # Set this flag to 'n' to disable the use of 'checkpaths'. The default,
224 # if the 'N' option is not specified, is to run this test.
225 #CHECK_PATHS='y'
226
227 # POST_NIGHTLY can be any command to be run at the end of nightly. See
228 # nightly(1) for interactions between environment variables and this command.
229 #POST_NIGHTLY=
230
231 # Comment this out to disable support for IPP printing, i.e. if you
232 # don't want to bother providing the Apache headers this needs.
233 export ENABLE_IPP_PRINTING=
234
235 # Comment this out to disable support for SMB printing, i.e. if you
236 # don't want to bother providing the CUPS headers this needs.
237 export ENABLE_SMB_PRINTING=
238
239 # If your distro uses certain versions of Perl, make sure either Makefile.master
240 # contains your new defaults OR your .env file sets them.
241 # These are how you would override for building on OmniOS r151012, for example.
242 #export PERL_VERSION=5.16.1
|
199 export UT_NO_USAGE_TRACKING='1'
200
201 # Build tools - don't change these unless you know what you're doing. These
202 # variables allows you to get the compilers and onbld files locally or
203 # through cachefs. Set BUILD_TOOLS to pull everything from one location.
204 # Alternately, you can set ONBLD_TOOLS to where you keep the contents of
205 # SUNWonbld and SPRO_ROOT to where you keep the compilers. SPRO_VROOT
206 # exists to make it easier to test new versions of the compiler.
207 export BUILD_TOOLS='/opt'
208 #export ONBLD_TOOLS='/opt/onbld'
209 export SPRO_ROOT='/opt/SUNWspro'
210 export SPRO_VROOT="$SPRO_ROOT"
211
212 # This goes along with lint - it is a series of the form "A [y|n]" which
213 # means "go to directory A and run 'make lint'" Then mail me (y) the
214 # difference in the lint output. 'y' should only be used if the area you're
215 # linting is actually lint clean or you'll get lots of mail.
216 # You shouldn't need to change this though.
217 #export LINTDIRS="$SRC y"
218
219 # Set this flag to 'n' to disable the use of 'checkpaths'. The default,
220 # if the 'N' option is not specified, is to run this test.
221 #CHECK_PATHS='y'
222
223 # POST_NIGHTLY can be any command to be run at the end of nightly. See
224 # nightly(1) for interactions between environment variables and this command.
225 #POST_NIGHTLY=
226
227 # Comment this out to disable support for IPP printing, i.e. if you
228 # don't want to bother providing the Apache headers this needs.
229 export ENABLE_IPP_PRINTING=
230
231 # Comment this out to disable support for SMB printing, i.e. if you
232 # don't want to bother providing the CUPS headers this needs.
233 export ENABLE_SMB_PRINTING=
234
235 # If your distro uses certain versions of Perl, make sure either Makefile.master
236 # contains your new defaults OR your .env file sets them.
237 # These are how you would override for building on OmniOS r151012, for example.
238 #export PERL_VERSION=5.16.1
|