Print this page
3971 remove EXPORT_RELEASE_BUILD

Split Close
Expand all
Collapse all
          --- old/usr/src/tools/scripts/nightly.sh
          +++ new/usr/src/tools/scripts/nightly.sh
↓ open down ↓ 2635 lines elided ↑ open up ↑
2636 2636                  # source tree (e.g., $EXPORT_SRC).
2637 2637                  #
2638 2638                  TOOLS=${SRC}/tools
2639 2639                  TOOLS_PROTO=${TOOLS}/${TOOLS_PROTO_REL}; export TOOLS_PROTO
2640 2640                  build_tools ${TOOLS_PROTO}
2641 2641                  if [[ $? != 0 ]]; then
2642 2642                          use_tools ${TOOLS_PROTO}
2643 2643                  fi
2644 2644          fi
2645 2645  
2646      -        export EXPORT_RELEASE_BUILD ; EXPORT_RELEASE_BUILD=#
2647 2646          normal_build
2648 2647  fi
2649 2648  
2650 2649  #
2651 2650  # There are several checks that need to look at the proto area, but
2652 2651  # they only need to look at one, and they don't care whether it's
2653 2652  # DEBUG or non-DEBUG.
2654 2653  #
2655 2654  if [[ "$MULTI_PROTO" = yes && "$D_FLAG" = n ]]; then
2656 2655          checkroot=$ROOT-nd
↓ open down ↓ 521 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX