Print this page
4027 remove CLOSED_BUILD
4028 remove CLOSED_IS_PRESENT
4029 remove tonic build bits
Reviewed by: Andy Stormont <andyjstormont@gmail.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/tools/scripts/Install.sh
          +++ new/usr/src/tools/scripts/Install.sh
↓ open down ↓ 724 lines elided ↑ open up ↑
 725  725          typeset destdir=
 726  726  
 727  727          platdir=$INSTALL_FILES/platform/$KARCH/$GLOMNAME
 728  728          if [[ $GLOM = "yes" ]] ; then
 729  729                  machdir=$platdir
 730  730          else
 731  731                  machdir=$INSTALL_FILES/kernel
 732  732          fi
 733  733  
 734  734          srctrees=$SRC
 735      -        if [[ -d $SRC/../closed && "$CLOSED_IS_PRESENT" != no ]]; then
 736      -                srctrees="$srctrees $SRC/../closed"
 737      -        else
 738      -                if [ -z "$ON_CRYPTO_BINS" ]; then
 739      -                        echo "Warning: ON_CRYPTO_BINS not set; pre-signed" \
 740      -                            "crypto not provided."
 741      -                fi
      735 +        if [ -z "$ON_CRYPTO_BINS" ]; then
      736 +                echo "Warning: ON_CRYPTO_BINS not set; pre-signed" \
      737 +                    "crypto not provided."
 742  738          fi
 743  739          if [[ $WANT64 = "yes" ]] ; then
 744  740                  # kmdbmod for sparc and x86 are built and installed
 745  741                  # in different places
 746  742                  if [[ $(mach) = "i386" ]] ; then
 747  743                          kmdbpath=$SRC/cmd/mdb/$isadir/$b64srcdir/kmdb/kmdbmod
 748  744                          destdir=$machdir/misc/$b64tgtdir
 749  745                  else
 750  746                          kmdbpath=$SRC/cmd/mdb/$KARCH/$b64srcdir/kmdb/kmdbmod
 751  747                          destdir=$platdir/misc/$b64tgtdir
↓ open down ↓ 307 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX