Print this page
3882 remove xmod & friends

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libgss/Makefile
          +++ new/usr/src/lib/libgss/Makefile
↓ open down ↓ 65 lines elided ↑ open up ↑
  66   66          $(INS.dir)
  67   67  
  68   68  $(SUBDIRS):   FRC
  69   69          @cd $@; pwd; $(MAKE) $(TARGET)
  70   70  
  71   71  FRC:
  72   72  
  73   73  # include library targets
  74   74  include ../Makefile.targ
  75   75  
  76      -# EXPORT DELETE START
  77      -# Special target to clean up the source tree for export distribution
  78      -# Warning: This target changes the source tree
  79      -
  80      -EXPORT_SRC:
  81      -        $(RM) Makefile+ g_seal.c+ g_unseal.c+
  82      -        sed -e "/EXPORT DELETE START/,/EXPORT DELETE END/d" \
  83      -                < g_seal.c > g_seal.c+
  84      -        $(MV) g_seal.c+ g_seal.c
  85      -        sed -e "/EXPORT DELETE START/,/EXPORT DELETE END/d" \
  86      -                < g_unseal.c > g_unseal.c+
  87      -        $(MV) g_unseal.c+ g_unseal.c
  88      -        sed -e "/^# EXPORT DELETE START/,/^# EXPORT DELETE END/d" \
  89      -                < Makefile > Makefile+
  90      -        $(MV) Makefile+ Makefile
  91      -        $(CHMOD) 444 Makefile g_seal.c g_unseal.c
  92      -
  93      -# EXPORT DELETE END
  94      -
  95      -
  96   76  include $(SRC)/Makefile.msg.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX