Print this page
first pass

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/gss_mechs/mech_dh/backend/Makefile
          +++ new/usr/src/lib/gss_mechs/mech_dh/backend/Makefile
↓ open down ↓ 64 lines elided ↑ open up ↑
  65   65  mech/xdr_token.c: $(PROTOCOL_DIR)/dhmech_prot.x
  66   66          $(RPCGEN) -c $(PROTOCOL_DIR)/dhmech_prot.x |\
  67   67          $(SED) -e 's!$(PROTOCOL_DIR)/dhmech_prot.h!dhmech_prot.h!' > $@
  68   68  
  69   69  mech/dhmech_prot.h: mech/dhmech_prot.x
  70   70          $(RPCGEN) -h $(PROTOCOL_DIR)/dhmech_prot.x > $@
  71   71  
  72   72  # include library targets
  73   73  include ../../../Makefile.targ
  74   74  
  75      -# EXPORT DELETE START
  76      -# Special target to clean up the source tree for export distribution
  77      -# Warning: This target changes the source tree
  78      -EXPORT_SRC:
  79      -        $(RM) Makefile+ Makefile.com+ mech/crypto.c+ mech/dhmech.c+
  80      -        $(SED) -e "/^# EXPORT DELETE START/,/^# EXPORT DELETE END/d"    \
  81      -                        < Makefile > Makefile+
  82      -        $(MV) Makefile+ Makefile
  83      -        $(SED) -e "/^# EXPORT DELETE START/,/^# EXPORT DELETE END/d"    \
  84      -                        < Makefile.com > Makefile.com+
  85      -        $(MV) Makefile.com+ Makefile.com
  86      -        $(SED) -e "/EXPORT DELETE START/,/EXPORT DELETE END/d" \
  87      -                < mech/crypto.c > mech/crypto.c+
  88      -        $(MV) mech/crypto.c+ mech/crypto.c
  89      -        $(SED) -e "/EXPORT DELETE START/,/EXPORT DELETE END/d" \
  90      -                < mech/dhmech.c > mech/dhmech.c+
  91      -        $(MV) mech/dhmech.c+ mech/dhmech.c
  92      -        $(CHMOD) 444 Makefile Makefile.com mech/crypto.c mech/dhmech.c
  93      -
  94      -# CRYPT DELETE START
  95      -CRYPT_SRC:
  96      -        $(RM) Makefile+ Makefile.com+ mech/dhmech.c+
  97      -        $(SED) -e "/^# CRYPT DELETE START/,/^# CRYPT DELETE END/d"      \
  98      -                        < Makefile                              \
  99      -           | $(SED) -e "/EXPORT DELETE/d"                               \
 100      -                        > Makefile+
 101      -        $(MV) Makefile+ Makefile
 102      -        $(SED) -e "/^# CRYPT DELETE START/,/^# CRYPT DELETE END/d"      \
 103      -                        < Makefile.com                          \
 104      -           | $(SED) -e "/EXPORT DELETE/d"                               \
 105      -                        > Makefile.com+
 106      -        $(MV) Makefile.com+ Makefile.com
 107      -        $(SED) -e "/CRYPT DELETE START/,/CRYPT DELETE END/d" \
 108      -                        < mech/dhmech.c > mech/dhmech.c+
 109      -        $(MV) mech/dhmech.c+ mech/dhmech.c
 110      -        $(CHMOD) 444 Makefile Makefile.com mech/dhmech.c
 111      -
 112      -# CRYPT DELETE END
 113      -# EXPORT DELETE END
 114      -
 115   75  _msg: $(MSGDOMAIN) $(POFILE)
 116   76          $(RM) $(MSGDOMAIN)/$(POFILE)
 117   77          $(CP) $(POFILE) $(MSGDOMAIN)
 118   78  
 119   79  $(POFILE): $(DERIVED_FILES) .WAIT $(POFILES)
 120   80          $(RM) $@
 121   81          $(CAT) $(POFILES) > $@
 122   82  
 123   83  generic.po:
 124   84          $(RM) messages.po
↓ open down ↓ 11 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX