Print this page
first pass

Split Close
Expand all
Collapse all
          --- old/usr/src/common/crypto/aes/Makefile
          +++ new/usr/src/common/crypto/aes/Makefile
↓ open down ↓ 22 lines elided ↑ open up ↑
  23   23  # Use is subject to license terms.
  24   24  #
  25   25  # common/crypto/aes/Makefile
  26   26  #
  27   27  # include global definitions
  28   28  include $(SRC)/Makefile.master
  29   29  
  30   30  .KEEP_STATE:
  31   31  
  32   32  FRC:
  33      -
  34      -
  35      -# EXPORT DELETE START
  36      -EXPORT_SRC:
  37      -        $(RM) Makefile+ aes_impl.c+ aes_impl.h+ amd64/aes_amd64.s+ \
  38      -                amd64/aes_intel.s+ sun4u/aes_crypt_asm.s+
  39      -        sed -e "/EXPORT DELETE START/,/EXPORT DELETE END/d" \
  40      -                < aes_impl.c > aes_impl.c+
  41      -        $(MV) aes_impl.c+ aes_impl.c
  42      -        sed -e "/EXPORT DELETE START/,/EXPORT DELETE END/d" \
  43      -                < aes_impl.h > aes_impl.h+
  44      -        $(MV) aes_impl.h+ aes_impl.h
  45      -        sed -e "/EXPORT DELETE START/,/EXPORT DELETE END/d" \
  46      -                < amd64/aes_amd64.s > amd64/aes_amd64.s+
  47      -        $(MV) amd64/aes_amd64.s+ amd64/aes_amd64.s
  48      -        sed -e "/EXPORT DELETE START/,/EXPORT DELETE END/d" \
  49      -                < amd64/aes_intel.s > amd64/aes_intel.s+
  50      -        $(MV) amd64/aes_intel.s+ amd64/aes_intel.s
  51      -        sed -e "/EXPORT DELETE START/,/EXPORT DELETE END/d" \
  52      -                < sun4u/aes_crypt_asm.s > sun4u/aes_crypt_asm.s+
  53      -        $(MV) sun4u/aes_crypt_asm.s+ sun4u/aes_crypt_asm.s
  54      -        sed -e "/^# EXPORT DELETE START/,/^# EXPORT DELETE END/d" \
  55      -                < Makefile > Makefile+
  56      -        $(RM) Makefile
  57      -        $(MV) Makefile+ Makefile
  58      -        $(CHMOD) 444 Makefile aes_impl.c aes_impl.h amd64/aes_amd64.s \
  59      -                amd64/aes_intel.s sun4u/aes_crypt_asm.s
  60      -
  61      -# EXPORT DELETE END
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX