Print this page
3882 remove xmod & friends

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/gss_mechs/mech_spnego/Makefile
          +++ new/usr/src/lib/gss_mechs/mech_spnego/Makefile
↓ open down ↓ 45 lines elided ↑ open up ↑
  46   46  lint :=         TARGET= lint
  47   47  
  48   48  .KEEP_STATE:
  49   49  
  50   50  all clean clobber install lint:  $(SUBDIRS)
  51   51  
  52   52  $(SUBDIRS): FRC
  53   53          @cd $@; pwd; $(MAKE) $(TARGET)
  54   54  
  55   55  FRC:
  56      -
  57      -# EXPORT DELETE START
  58      -# Special target to clean up the source tree for export distribution
  59      -# Warning: This target changes the source tree
  60      -EXPORT_SRC:
  61      -        $(RM) Makefile+ mech/spnego_mech.c+
  62      -        sed -e "/EXPORT DELETE START/,/EXPORT DELETE END/d" \
  63      -                < mech/spnego_mech.c > mech/spnego_mech.c+ 
  64      -        $(MV) mech/spnego_mech.c+ mech/spnego_mech.c
  65      -        sed -e "/^# EXPORT DELETE START/,/^# EXPORT DELETE END/d" \
  66      -                < Makefile > Makefile+
  67      -        $(MV) Makefile+ Makefile
  68      -        $(CHMOD) 444 Makefile mech/spnego_mech.c
  69      -
  70      -# CRYPT DELETE START
  71      -# Special target to clean up the source tree for domestic distribution
  72      -# Warning: This target changes the source tree
  73      -CRYPT_SRC:
  74      -        $(RM) Makefile+ mech/spnego_mech.c+
  75      -        sed -e "/CRYPT DELETE START/,/CRYPT DELETE END/d" \
  76      -                < mech/spnego_mech.c > mech/spnego_mech.c+ 
  77      -        $(MV) mech/spnego_mech.c+ mech/spnego_mech.c
  78      -        sed -e "/^# CRYPT DELETE START/,/^# CRYPT DELETE END/d" \
  79      -                < Makefile > Makefile+
  80      -        $(MV) Makefile+ Makefile
  81      -        $(CHMOD) 444 Makefile mech/spnego_mech.c
  82      -
  83      -# CRYPT DELETE END
  84      -# EXPORT DELETE END
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX