diff options
Diffstat (limited to 'usr/src/tools/env')
-rw-r--r-- | usr/src/tools/env/developer.sh | 3 | ||||
-rw-r--r-- | usr/src/tools/env/gatekeeper.sh | 3 | ||||
-rw-r--r-- | usr/src/tools/env/illumos.sh | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/usr/src/tools/env/developer.sh b/usr/src/tools/env/developer.sh index 988c11c98b..6f7017aeec 100644 --- a/usr/src/tools/env/developer.sh +++ b/usr/src/tools/env/developer.sh @@ -74,8 +74,7 @@ MAILTO=$STAFFER; export MAILTO # specified, the build is simply run in a new task in the current project. BUILD_PROJECT=; export BUILD_PROJECT -# You should not need to change the next four lines -LOCKNAME="`basename $CODEMGR_WS`_nightly.lock"; export LOCKNAME +# You should not need to change the next three lines ATLOG="$CODEMGR_WS/log"; export ATLOG LOGFILE="$ATLOG/nightly.log"; export LOGFILE MACH=`uname -p`; export MACH diff --git a/usr/src/tools/env/gatekeeper.sh b/usr/src/tools/env/gatekeeper.sh index f801ee920a..db3db9cb34 100644 --- a/usr/src/tools/env/gatekeeper.sh +++ b/usr/src/tools/env/gatekeeper.sh @@ -83,8 +83,7 @@ MAILTO=$STAFFER; export MAILTO # specified, the build is simply run in a new task in the current project. BUILD_PROJECT=; export BUILD_PROJECT -# You should not need to change the next four lines -LOCKNAME="`basename $CODEMGR_WS`_nightly.lock"; export LOCKNAME +# You should not need to change the next three lines ATLOG="$CODEMGR_WS/log"; export ATLOG LOGFILE="$ATLOG/nightly.log"; export LOGFILE MACH=`uname -p`; export MACH diff --git a/usr/src/tools/env/illumos.sh b/usr/src/tools/env/illumos.sh index 4559fa6c15..162f1f702f 100644 --- a/usr/src/tools/env/illumos.sh +++ b/usr/src/tools/env/illumos.sh @@ -128,8 +128,7 @@ export MAILTO="$STAFFER" # specified, the build is simply run in a new task in the current project. export BUILD_PROJECT='' -# You should not need to change the next four lines -export LOCKNAME="$(basename -- "$CODEMGR_WS")_nightly.lock" +# You should not need to change the next three lines export ATLOG="$CODEMGR_WS/log" export LOGFILE="$ATLOG/nightly.log" export MACH="$(uname -p)" |