Print this page
4108 remove ON_CRYPTO_BINS from tools

Split Close
Expand all
Collapse all
          --- old/usr/src/tools/env/illumos.sh
          +++ new/usr/src/tools/env/illumos.sh
↓ open down ↓ 126 lines elided ↑ open up ↑
 127  127  # specified, the build is simply run in a new task in the current project.
 128  128  export BUILD_PROJECT=''
 129  129  
 130  130  # You should not need to change the next four lines
 131  131  export LOCKNAME="$(basename -- "$CODEMGR_WS")_nightly.lock"
 132  132  export ATLOG="$CODEMGR_WS/log"
 133  133  export LOGFILE="$ATLOG/nightly.log"
 134  134  export MACH="$(uname -p)"
 135  135  
 136  136  #
 137      -#  The following two macros are the closed/crypto binaries.  Once
 138      -#  Illumos has totally freed itself, we can remove these references.
      137 +#  The following macro is the closed binaries.  Once
      138 +#  Illumos has totally freed itself, we can remove this reference.
 139  139  #
 140  140  # Location of encumbered binaries.
 141  141  export ON_CLOSED_BINS="$CODEMGR_WS/closed"
 142      -# Location of signed cryptographic binaries.
 143      -export ON_CRYPTO_BINS="$CODEMGR_WS/on-crypto.$MACH.tar.bz2"
 144  142  
 145  143  # REF_PROTO_LIST - for comparing the list of stuff in your proto area
 146  144  # with. Generally this should be left alone, since you want to see differences
 147  145  # from your parent (the gate).
 148  146  #
 149  147  export REF_PROTO_LIST="$PARENT_WS/usr/src/proto_list_${MACH}"
 150  148  
 151  149  
 152  150  export ROOT="$CODEMGR_WS/proto/root_${MACH}"
 153  151  export SRC="$CODEMGR_WS/usr/src"
↓ open down ↓ 78 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX