Print this page
first pass

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libnsl/Makefile
          +++ new/usr/src/lib/libnsl/Makefile
↓ open down ↓ 124 lines elided ↑ open up ↑
 125  125          $(SED) -e 's/_3/_clnt/' > $@
 126  126          $(RM) nis_clnt-gen.h
 127  127  
 128  128  #
 129  129  # Derived source files
 130  130  #
 131  131  
 132  132  # include library targets
 133  133  include ../Makefile.targ
 134  134  
 135      -# EXPORT DELETE START
 136      -# CRYPT DELETE START
 137      -# Special target to clean up the source tree for export distribution
 138      -# Warning: This target changes the source tree
 139      -EXPORT_SRC:
 140      -        $(RM) Makefile+ des/des_crypt.c+ des/des_soft.c+ key/xcrypt.c+
 141      -        $(SED) -e "/EXPORT DELETE START/,/EXPORT DELETE END/d" \
 142      -                < des/des_crypt.c > des/des_crypt.c+
 143      -        $(MV) des/des_crypt.c+ des/des_crypt.c
 144      -        $(SED) -e "/EXPORT DELETE START/,/EXPORT DELETE END/d" \
 145      -                < des/des_soft.c > des/des_soft.c+
 146      -        $(MV) des/des_soft.c+ des/des_soft.c
 147      -        $(SED) -e "/EXPORT DELETE START/,/EXPORT DELETE END/d" \
 148      -                < key/xcrypt.c > key/xcrypt.c+
 149      -        $(MV) key/xcrypt.c+ key/xcrypt.c
 150      -        $(SED) -e "/^# EXPORT DELETE START/,/^# EXPORT DELETE END/d" \
 151      -                < Makefile > Makefile+
 152      -        $(MV) Makefile+ Makefile
 153      -        $(CHMOD) 444 Makefile des/des_crypt.c des/des_soft.c key/xcrypt.c
 154      -
 155      -CRYPT_SRC:
 156      -        $(RM) Makefile+
 157      -        $(SED) -e "/^# CRYPT DELETE START/,/^# CRYPT DELETE END/d"      \
 158      -                        < Makefile                              \
 159      -           | $(SED) -e "/EXPORT DELETE/d"                               \
 160      -                        > Makefile+
 161      -        $(MV) Makefile+ Makefile
 162      -        $(CHMOD) 444 Makefile
 163      -
 164      -# CRYPT DELETE END
 165      -# EXPORT DELETE END
 166      -
 167  135  _msg: $(MSGDOMAIN) $(POFILE)
 168  136          $(RM) $(MSGDOMAIN)/$(POFILE)
 169  137          $(CP) $(POFILE) $(MSGDOMAIN)
 170  138  
 171  139  $(POFILE): $(DERIVED_FILES) .WAIT $(POFILES)
 172  140          $(RM) $@
 173  141          $(CAT) $(POFILES) > $@
 174  142  
 175  143  _errlst.po:
 176  144          $(RM) messages.po
↓ open down ↓ 17 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX