Print this page
3854 SUNW_NO_UPDATE_NOTIFY=1 should be added to env files


 163 export PARENT_ROOT="$PARENT_WS/proto/root_$MACH"
 164 export PARENT_TOOLS_ROOT="$PARENT_WS/usr/src/tools/proto/root_$MACH-nd"
 165 
 166 # Package creation variables.  You probably shouldn't change these,
 167 # either.
 168 #
 169 # PKGARCHIVE determines where the repository will be created.
 170 #
 171 # PKGPUBLISHER_REDIST controls the publisher setting for the repository.
 172 #
 173 export PKGARCHIVE="${CODEMGR_WS}/packages/${MACH}/nightly"
 174 # export PKGPUBLISHER_REDIST='on-redist'
 175 
 176 # Package manifest format version.
 177 export PKGFMT_OUTPUT='v1'
 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.




 163 export PARENT_ROOT="$PARENT_WS/proto/root_$MACH"
 164 export PARENT_TOOLS_ROOT="$PARENT_WS/usr/src/tools/proto/root_$MACH-nd"
 165 
 166 # Package creation variables.  You probably shouldn't change these,
 167 # either.
 168 #
 169 # PKGARCHIVE determines where the repository will be created.
 170 #
 171 # PKGPUBLISHER_REDIST controls the publisher setting for the repository.
 172 #
 173 export PKGARCHIVE="${CODEMGR_WS}/packages/${MACH}/nightly"
 174 # export PKGPUBLISHER_REDIST='on-redist'
 175 
 176 # Package manifest format version.
 177 export PKGFMT_OUTPUT='v1'
 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 variables to prevent the devpro compilers/teamware from checking
 184 # for updates or sending mail back to devpro on every use.
 185 export SUNW_NO_UPDATE_NOTIFY='1'
 186 export UT_NO_USAGE_TRACKING='1'
 187 
 188 # Build tools - don't change these unless you know what you're doing.  These
 189 # variables allows you to get the compilers and onbld files locally.
 190 # Set BUILD_TOOLS to pull everything from one location.
 191 # Alternately, you can set ONBLD_TOOLS to where you keep the contents of
 192 # SUNWonbld and SPRO_ROOT to where you keep the compilers.  SPRO_VROOT
 193 # exists to make it easier to test new versions of the compiler.
 194 export BUILD_TOOLS='/opt'
 195 #export ONBLD_TOOLS='/opt/onbld'
 196 export SPRO_ROOT='/opt/SUNWspro'
 197 export SPRO_VROOT="$SPRO_ROOT"
 198 
 199 # Disable shadow compilation by default.
 200 export CW_NO_SHADOW='1'
 201 
 202 # This goes along with lint - it is a series of the form "A [y|n]" which
 203 # means "go to directory A and run 'make lint'" Then mail me (y) the
 204 # difference in the lint output. 'y' should only be used if the area you're
 205 # linting is actually lint clean or you'll get lots of mail.