Print this page
3882 remove xmod & friends

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/gss/gssd/Makefile
          +++ new/usr/src/cmd/gss/gssd/Makefile
↓ open down ↓ 140 lines elided ↑ open up ↑
 141  141  
 142  142  lint_gssc:
 143  143          $(LINT.c) $(GSSC_LINTS)
 144  144  
 145  145  lint:   lint_gssd lint_gssc
 146  146  
 147  147  check:  $(CHKMANIFEST)
 148  148  
 149  149  include ../../Makefile.targ
 150  150  
 151      -# EXPORT DELETE START
 152      -# Special targets to clean up the source tree for export distribution
 153      -# The WS target modifies the SCCS files as well, so a working workspace
 154      -# can be shipped.
 155      -# Warning: These targets change the source tree, the first only at the
 156      -#               plain source level, but the second changes the guts!
 157      -EXPORT_SRC:
 158      -        $(RM) Makefile+ gssd_clnt_stubs.c+ gssd_proc.c+ gssdtest.c+
 159      -        sed -e "/^# EXPORT DELETE START/,/^# EXPORT DELETE END/d" \
 160      -                < Makefile > Makefile+
 161      -        $(MV) Makefile+ Makefile
 162      -        sed -e "/EXPORT DELETE START/,/EXPORT DELETE END/d" \
 163      -                < gssd_clnt_stubs.c > gssd_clnt_stubs.c+
 164      -        $(MV) gssd_clnt_stubs.c+ gssd_clnt_stubs.c
 165      -        sed -e "/EXPORT DELETE START/,/EXPORT DELETE END/d" \
 166      -                < gssd_proc.c > gssd_proc.c+
 167      -        $(MV) gssd_proc.c+ gssd_proc.c
 168      -        sed -e "/EXPORT DELETE START/,/EXPORT DELETE END/d" \
 169      -                < gssdtest.c > gssdtest.c+
 170      -        $(MV) gssdtest.c+ gssdtest.c
 171      -        $(CHMOD) 444  Makefile gssd_clnt_stubs.c gssd_proc.c gssdtest.c
 172      -
 173      -# EXPORT DELETE END
 174      -
 175  151  $(POFILE): $(DERIVED_FILES) .WAIT $(POFILES)
 176  152          $(RM) $@
 177  153          $(CAT) $(POFILES) > $@
 178  154  
 179  155  generic.po: FRC
 180  156          $(RM) messages.po
 181  157          $(XGETTEXT) $(XGETFLAGS) `$(GREP) -l gettext *.[ch]`
 182  158          $(SED) "/^domain/d" messages.po > $@
 183  159          $(RM) messages.po
 184  160  
 185  161  FRC:
 186  162  
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX