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/developer.sh
          +++ new/usr/src/tools/env/developer.sh
↓ open down ↓ 66 lines elided ↑ open up ↑
  67   67  # workspace as root.
  68   68  # Some scripts optionally send mail messages to MAILTO.
  69   69  #
  70   70  STAFFER=nobody;                         export STAFFER
  71   71  MAILTO=$STAFFER;                        export MAILTO
  72   72  
  73   73  # The project (see project(4)) under which to run this build.  If not
  74   74  # specified, the build is simply run in a new task in the current project.
  75   75  BUILD_PROJECT=;                         export BUILD_PROJECT
  76   76  
  77      -# You should not need to change the next four lines
  78      -LOCKNAME="`basename $CODEMGR_WS`_nightly.lock"; export LOCKNAME
       77 +# You should not need to change the next three lines
  79   78  ATLOG="$CODEMGR_WS/log";                        export ATLOG
  80   79  LOGFILE="$ATLOG/nightly.log";                   export LOGFILE
  81   80  MACH=`uname -p`;                                export MACH
  82   81  
  83   82  # When the -A flag is specified, and ELF_DATA_BASELINE_DIR is defined,
  84   83  # the ELF interface description file resulting from the build is compared
  85   84  # to that from the specified directory. This ensures that our object
  86   85  # versioning evolves in a backward compatible manner.
  87   86  #
  88   87  # You should not need to change this unless you wish to use locally cached
↓ open down ↓ 112 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX