Print this page
5092 env files don't need to define LOCKNAME by default
5091 illumos.sh env file's LOCKNAME definition is busted

Split Close
Expand all
Collapse all
          --- old/usr/src/tools/env/gatekeeper.sh
          +++ new/usr/src/tools/env/gatekeeper.sh
↓ open down ↓ 75 lines elided ↑ open up ↑
  76   76  # workspace as root.
  77   77  # Some scripts optionally send mail messages to MAILTO.
  78   78  #
  79   79  STAFFER=nobody;                         export STAFFER
  80   80  MAILTO=$STAFFER;                        export MAILTO
  81   81  
  82   82  # The project (see project(4)) under which to run this build.  If not
  83   83  # specified, the build is simply run in a new task in the current project.
  84   84  BUILD_PROJECT=;                         export BUILD_PROJECT
  85   85  
  86      -# You should not need to change the next four lines
  87      -LOCKNAME="`basename $CODEMGR_WS`_nightly.lock"; export LOCKNAME
       86 +# You should not need to change the next three lines
  88   87  ATLOG="$CODEMGR_WS/log";                        export ATLOG
  89   88  LOGFILE="$ATLOG/nightly.log";                   export LOGFILE
  90   89  MACH=`uname -p`;                                export MACH
  91   90  
  92   91  # When the -A flag is specified, and ELF_DATA_BASELINE_DIR is defined,
  93   92  # the ELF interface description file resulting from the build is compared
  94   93  # to that from the specified directory. This ensures that our object
  95   94  # versioning evolves in a backward compatible manner.
  96   95  #
  97   96  # You should not need to change this unless you wish to use locally cached
↓ open down ↓ 112 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX