Print this page
first pass

Split Close
Expand all
Collapse all
          --- old/usr/src/pkg/Makefile
          +++ new/usr/src/pkg/Makefile
↓ open down ↓ 715 lines elided ↑ open up ↑
 716  716  #
 717  717  # Since the most common use case for this is "install," the architecture
 718  718  # specific install targets have been further abbreviated to elide "/install."
 719  719  #
 720  720  i386/% sparc/%:
 721  721          $(MAKE) -e $(@F) PKGMACH=$(@D) SUPPRESSPKGDEP=$(SUPPRESSPKGDEP)
 722  722  
 723  723  i386 sparc: $$(@)/install
 724  724  
 725  725  FRC:
 726      -
 727      -# EXPORT DELETE START
 728      -XMOD_PKGS= \
 729      -        BRCMbnx \
 730      -        BRCMbnxe \
 731      -        SUNWadpu320 \
 732      -        SUNWibsdpib \
 733      -        SUNWkdc \
 734      -        SUNWlsimega \
 735      -        SUNWwbint \
 736      -        SUNWwbsup
 737      -
 738      -EXPORT_SRC: CRYPT_SRC
 739      -        $(RM) $(XMOD_PKGS:%=manifests/%.mf)
 740      -        $(RM) Makefile+
 741      -        $(SED) -e "/^# EXPORT DELETE START/,/^# EXPORT DELETE END/d" \
 742      -                < Makefile > Makefile+
 743      -        $(MV) -f Makefile+ Makefile
 744      -        $(CHMOD) 444 Makefile
 745      -# EXPORT DELETE END
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX