Print this page
first pass

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/gssapi/mechs/dummy/Makefile
          +++ new/usr/src/uts/common/gssapi/mechs/dummy/Makefile
↓ open down ↓ 19 lines elided ↑ open up ↑
  20   20  # CDDL HEADER END
  21   21  #
  22   22  #
  23   23  # Copyright (c) 1997-2001 by Sun Microsystems, Inc.
  24   24  # All rights reserved.
  25   25  #
  26   26  #pragma ident   "%Z%%M% %I%     %E% SMI"
  27   27  
  28   28  include ../../../../../Makefile.master
  29   29  
  30      -# EXPORT DELETE START
  31      -
  32   30  all:
  33      -        @$(ECHO) " This Makefile is used to clean up the source tree\n" \
  34      -                "for export distribution.\n" \
  35      -                "[Usage]: make [EXPORT_SRC] [CRYPT_SRC]\n\n" \
  36      -                "WARNING: EXPORT_SRC, CRYPT_SRC targets change the\n" \
  37      -                "source tree and remove the Makefile."
  38      -
  39      -# Special target to clean up the source tree for export distribution
  40      -# Warning: This target changes the source tree and removes this Makefile
  41      -
  42      -EXPORT_SRC:
  43      -        $(RM) dmech.c+
  44      -        sed -e "/EXPORT DELETE START/,/EXPORT DELETE END/d" \
  45      -                < dmech.c > dmech.c+
  46      -        $(MV) dmech.c+ dmech.c
  47      -        $(RM) Makefile
  48      -        $(CHMOD) 444 dmech.c
  49      -
  50      -# CRYPT DELETE START
  51      -# CRYPT DELETE START
  52      -# Special target to clean up the source tree for domestic distribution
  53      -# Warning: This target changes the source tree
  54      -
  55      -CRYPT_SRC:
  56      -        $(RM) dmech.c+ Makefile+
  57      -        sed -e "/CRYPT DELETE START/,/CRYPT DELETE END/d" \
  58      -                < dmech.c > dmech.c+
  59      -        $(MV) dmech.c+ dmech.c
  60      -        sed -e "/^# CRYPT DELETE START/,/^# CRYPT DELETE END/d" \
  61      -                < Makefile > Makefile+
  62      -        $(MV) Makefile+ Makefile
  63      -        $(CHMOD) 444 dmech.c Makefile
  64      -
  65      -# CRYPT DELETE END
  66      -# EXPORT DELETE END
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX