Print this page
XXXX disable shadow compilation by default


 178 
 179 # we want make to do as much as it can, just in case there's more than
 180 # one problem.
 181 export MAKEFLAGS='k'
 182 
 183 # Magic variable to prevent the devpro compilers/teamware from sending
 184 # mail back to devpro on every use.
 185 export UT_NO_USAGE_TRACKING='1'
 186 
 187 # Build tools - don't change these unless you know what you're doing.  These
 188 # variables allows you to get the compilers and onbld files locally.
 189 # Set BUILD_TOOLS to pull everything from one location.
 190 # Alternately, you can set ONBLD_TOOLS to where you keep the contents of
 191 # SUNWonbld and SPRO_ROOT to where you keep the compilers.  SPRO_VROOT
 192 # exists to make it easier to test new versions of the compiler.
 193 export BUILD_TOOLS='/opt'
 194 #export ONBLD_TOOLS='/opt/onbld'
 195 export SPRO_ROOT='/opt/SUNWspro'
 196 export SPRO_VROOT="$SPRO_ROOT"
 197 



 198 # This goes along with lint - it is a series of the form "A [y|n]" which
 199 # means "go to directory A and run 'make lint'" Then mail me (y) the
 200 # difference in the lint output. 'y' should only be used if the area you're
 201 # linting is actually lint clean or you'll get lots of mail.
 202 # You shouldn't need to change this though.
 203 #export LINTDIRS="$SRC y"
 204 
 205 # Set this flag to 'n' to disable the use of 'checkpaths'.  The default,
 206 # if the 'N' option is not specified, is to run this test.
 207 #CHECK_PATHS='y'
 208 
 209 # POST_NIGHTLY can be any command to be run at the end of nightly.  See
 210 # nightly(1) for interactions between environment variables and this command.
 211 #POST_NIGHTLY=
 212 
 213 # Comment this out to disable support for IPP printing, i.e. if you
 214 # don't want to bother providing the Apache headers this needs.
 215 export ENABLE_IPP_PRINTING=
 216 
 217 # Comment this out to disable support for SMB printing, i.e. if you


 178 
 179 # we want make to do as much as it can, just in case there's more than
 180 # one problem.
 181 export MAKEFLAGS='k'
 182 
 183 # Magic variable to prevent the devpro compilers/teamware from sending
 184 # mail back to devpro on every use.
 185 export UT_NO_USAGE_TRACKING='1'
 186 
 187 # Build tools - don't change these unless you know what you're doing.  These
 188 # variables allows you to get the compilers and onbld files locally.
 189 # Set BUILD_TOOLS to pull everything from one location.
 190 # Alternately, you can set ONBLD_TOOLS to where you keep the contents of
 191 # SUNWonbld and SPRO_ROOT to where you keep the compilers.  SPRO_VROOT
 192 # exists to make it easier to test new versions of the compiler.
 193 export BUILD_TOOLS='/opt'
 194 #export ONBLD_TOOLS='/opt/onbld'
 195 export SPRO_ROOT='/opt/SUNWspro'
 196 export SPRO_VROOT="$SPRO_ROOT"
 197 
 198 # Disable shadow compilation by default.
 199 export CW_NO_SHADOW='1'
 200 
 201 # This goes along with lint - it is a series of the form "A [y|n]" which
 202 # means "go to directory A and run 'make lint'" Then mail me (y) the
 203 # difference in the lint output. 'y' should only be used if the area you're
 204 # linting is actually lint clean or you'll get lots of mail.
 205 # You shouldn't need to change this though.
 206 #export LINTDIRS="$SRC y"
 207 
 208 # Set this flag to 'n' to disable the use of 'checkpaths'.  The default,
 209 # if the 'N' option is not specified, is to run this test.
 210 #CHECK_PATHS='y'
 211 
 212 # POST_NIGHTLY can be any command to be run at the end of nightly.  See
 213 # nightly(1) for interactions between environment variables and this command.
 214 #POST_NIGHTLY=
 215 
 216 # Comment this out to disable support for IPP printing, i.e. if you
 217 # don't want to bother providing the Apache headers this needs.
 218 export ENABLE_IPP_PRINTING=
 219 
 220 # Comment this out to disable support for SMB printing, i.e. if you