Print this page
XXXX don't ship bldenv and nightly

Split Close
Expand all
Collapse all
          --- old/usr/src/tools/scripts/nightly.sh
          +++ new/tools/nightly
↓ open down ↓ 731 lines elided ↑ open up ↑
 732  732          fi
 733  733  else
 734  734          if [ -f $OPTHOME/onbld/env/$1 ]; then
 735  735                  . $OPTHOME/onbld/env/$1
 736  736          else
 737  737                  echo "Cannot find env file as either $1 or $OPTHOME/onbld/env/$1"
 738  738                  exit 1
 739  739          fi
 740  740  fi
 741  741  
 742      -# contents of stdenv.sh inserted after next line:
 743      -# STDENV_START
 744      -# STDENV_END
 745      -
 746  742  # Check if we have sufficient data to continue...
 747  743  [[ -v CODEMGR_WS ]] || fatal_error "Error: Variable CODEMGR_WS not set."
 748  744  if  [[ "${NIGHTLY_OPTIONS}" == ~(F)n ]] ; then
 749  745          # Check if the gate data are valid if we don't do a "bringover" below
 750  746          [[ -d "${CODEMGR_WS}" ]] || \
 751  747                  fatal_error "Error: ${CODEMGR_WS} is not a directory."
 752  748          [[ -f "${CODEMGR_WS}/usr/src/Makefile" ]] || \
 753  749                  fatal_error "Error: ${CODEMGR_WS}/usr/src/Makefile not found."
 754  750  fi
 755  751  
↓ open down ↓ 1418 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX