diff options
| author | Jerry Jelinek <jerry.jelinek@joyent.com> | 2016-04-14 15:27:31 +0000 |
|---|---|---|
| committer | Jerry Jelinek <jerry.jelinek@joyent.com> | 2016-04-14 15:27:31 +0000 |
| commit | a4fcf8b512c2e3cebfa7edc023f576d4ad1a21fe (patch) | |
| tree | cde2b5cc92d11229f984e6b679c04131a12c3016 /usr/src/tools | |
| parent | 365cac31aafd95c4a49134b043ffe489608f66e2 (diff) | |
| parent | 11d8e1e018d047bd620f057f0fef71a61f7992a7 (diff) | |
| download | illumos-joyent-a4fcf8b512c2e3cebfa7edc023f576d4ad1a21fe.tar.gz | |
[illumos-gate merge]
commit 11d8e1e018d047bd620f057f0fef71a61f7992a7
3854 SUNW_NO_UPDATE_NOTIFY=1 should be added to env files
commit a526879e017c01c4e7ff3fee2bd99ba7f3c4ebfd
3407 stmfadm(1M): extra dash for single char option '-s'
6717 stmfadm(1M): synopsis duplicates {offline,online}_lu subcommands for targets
6724 stmfadm(1M): document missing options to delete-lu and remove-view
Diffstat (limited to 'usr/src/tools')
| -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 9264837411..9fbb794c92 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 |
