Print this page
4108 remove ON_CRYPTO_BINS from tools

Split Close
Expand all
Collapse all
          --- old/usr/src/tools/env/gatekeeper.sh
          +++ new/usr/src/tools/env/gatekeeper.sh
↓ open down ↓ 98 lines elided ↑ open up ↑
  99   99  # the ELF interface description file resulting from the build is compared
 100  100  # to that from the specified directory. This ensures that our object
 101  101  # versioning evolves in a backward compatible manner.
 102  102  #
 103  103  # You should not need to change this unless you wish to use locally cached
 104  104  # baseline files. If you use this, it must be local (or nfs): nightly cannot
 105  105  # copy over ssh or http.
 106  106  #
 107  107  ELF_DATA_BASELINE_DIR="/ws/onnv-gate/usr/src/ELF-data-baseline.$MACH";  export ELF_DATA_BASELINE_DIR
 108  108  
 109      -# This is usually just needed if the closed tree is missing, or when
 110      -# building a project gate with the -O (cap oh) flag.
 111      -# ON_CRYPTO_BINS="$PARENT_WS/packages/$MACH/on-crypto.$MACH.tar.bz2"
 112      -# export ON_CRYPTO_BINS
 113      -
 114  109  # REF_PROTO_LIST - for comparing the list of stuff in your proto area
 115  110  # with. Generally this should be left alone, since you want to see differences
 116  111  # between todays build and yesterdays.
 117  112  #
 118  113  REF_PROTO_LIST=$PARENT_WS/usr/src/proto_list_${MACH}; export REF_PROTO_LIST
 119  114  
 120  115  #
 121  116  #       build environment variables, including version info for mcs, motd,
 122  117  # motd, uname and boot messages. Mostly you shouldn't change this except
 123  118  # when the release slips (nah) or when starting a new release.
↓ open down ↓ 92 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX