Print this page
first pass

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libsldap/Makefile
          +++ new/usr/src/lib/libsldap/Makefile
↓ open down ↓ 68 lines elided ↑ open up ↑
  69   69  $(MSGDOMAIN):
  70   70          $(INS.dir)
  71   71  
  72   72  $(POFILES):
  73   73          $(RM) messages.po
  74   74          $(XGETTEXT) $(XGETFLAGS)  common/*.[ch]*
  75   75          sed "/^domain/d" < messages.po  > $@
  76   76          $(RM) messages.po
  77   77  
  78   78  FRC:
  79      -
  80      -# EXPORT DELETE START
  81      -EXPORT_SRC:
  82      -        $(RM) -f common/ns_crypt.c+ Makefile+
  83      -        sed -e "/EXPORT DELETE START/,/EXPORT DELETE END/d" < \
  84      -                common/ns_crypt.c > common/ns_crypt.c+
  85      -        $(MV) common/ns_crypt.c+ common/ns_crypt.c
  86      -        sed -e "/^# EXPORT DELETE START/,/^# EXPORT DELETE END/d" \
  87      -                < Makefile > Makefile+
  88      -        $(MV) Makefile+ Makefile
  89      -        $(CHMOD) 444 Makefile common/ns_crypt.c
  90      -
  91      -# EXPORT DELETE END
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX