Print this page
3882 remove xmod & friends

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/rpc/Makefile
          +++ new/usr/src/uts/common/rpc/Makefile
↓ open down ↓ 95 lines elided ↑ open up ↑
  96   96  
  97   97  $(RPCSVCDIRS):
  98   98          $(INS.dir)
  99   99  
 100  100  key_prot.h: key_prot.x
 101  101          $(RPCGEN) -C -h key_prot.x > $@
 102  102  
 103  103  pmap_prot.h: pmap_prot.x
 104  104          $(RPCGEN) -h pmap_prot.x > $@
 105  105  
 106      -# EXPORT DELETE START
 107      -# Special target to clean up the source tree for export distribution
 108      -# Warning: This target changes the source tree
 109      -EXPORT_SRC:
 110      -        $(RM) Makefile+ sec_gss/rpcsec_gss_misc.c+
 111      -        $(SED) -e "/^# EXPORT DELETE START/,/^# EXPORT DELETE END/d" \
 112      -                < Makefile > Makefile+
 113      -        $(MV) Makefile+ Makefile
 114      -        $(SED) -e "/EXPORT DELETE START/,/EXPORT DELETE END/d" \
 115      -        < sec_gss/rpcsec_gss_misc.c > sec_gss/rpcsec_gss_misc.c+
 116      -        $(MV) sec_gss/rpcsec_gss_misc.c+ sec_gss/rpcsec_gss_misc.c
 117      -        $(CHMOD) 444 Makefile sec_gss/rpcsec_gss_misc.c
 118      -
 119      -# EXPORT DELETE END 
 120      -
 121  106  rpc_sztypes.h: rpc_sztypes.x
 122  107          $(RPCGEN) -C -h rpc_sztypes.x > $@
 123  108  
 124  109  rpcb_prot.h: rpcb_prot.x
 125  110          $(RPCGEN) -h rpcb_prot.x > $@
 126  111  
 127  112  check:  $(CHECKHDRS)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX