Print this page
4108 remove ON_CRYPTO_BINS from tools

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