diff options
author | Ivan Richwalski <ivan@seppuku.net> | 2016-04-07 21:17:33 -0500 |
---|---|---|
committer | Dan McDonald <danmcd@omniti.com> | 2016-04-14 09:54:17 -0400 |
commit | 11d8e1e018d047bd620f057f0fef71a61f7992a7 (patch) | |
tree | fada574a2c5ff699da9106ade1cb88bde129f182 | |
parent | a526879e017c01c4e7ff3fee2bd99ba7f3c4ebfd (diff) | |
download | illumos-joyent-11d8e1e018d047bd620f057f0fef71a61f7992a7.tar.gz |
3854 SUNW_NO_UPDATE_NOTIFY=1 should be added to env files
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Marcel Telka <marcel@telka.sk>
Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
Approved by: Dan McDonald <danmcd@omniti.com>
-rw-r--r-- | usr/src/tools/env/illumos.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/src/tools/env/illumos.sh b/usr/src/tools/env/illumos.sh index 5c3fd35227..862a680d11 100644 --- a/usr/src/tools/env/illumos.sh +++ b/usr/src/tools/env/illumos.sh @@ -180,8 +180,9 @@ export PKGFMT_OUTPUT='v1' # one problem. export MAKEFLAGS='k' -# Magic variable to prevent the devpro compilers/teamware from sending -# mail back to devpro on every use. +# Magic variables to prevent the devpro compilers/teamware from checking +# for updates or sending mail back to devpro on every use. +export SUNW_NO_UPDATE_NOTIFY='1' export UT_NO_USAGE_TRACKING='1' # Build tools - don't change these unless you know what you're doing. These |