Print this page
11461 should use a native link-editor during the build
11463 SUNWonld has passed its use-by date
11464 cmd/sgs/tools should contain tools, not common code
11465 sgsmsg should be built with the rest of the build tools

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/sgs/Makefile.targ
          +++ new/usr/src/cmd/sgs/Makefile.targ
↓ open down ↓ 43 lines elided ↑ open up ↑
  44   44  
  45   45  $(ROOTFS_LIBDIR64)/$(LIBLINKS): $(ROOTFS_LIBDIR64)/$(LIBLINKS)$(VERS)
  46   46          $(INS.liblink64)
  47   47  
  48   48  $(ROOTFS_LIBDIR)/$(LIBLINKSCCC): $(ROOTFS_LIBDIR)/$(LIBLINKSCCC)$(VERS)
  49   49          $(INS.liblinkccc)
  50   50  
  51   51  $(ROOTFS_LIBDIR64)/$(LIBLINKSCCC): $(ROOTFS_LIBDIR64)/$(LIBLINKSCCC)$(VERS)
  52   52          $(INS.liblinkccc64)
  53   53  
  54      -#
  55      -# For those that install into the SGSPROTO directory.
  56      -#
  57      -$(SGSPROTO):
  58      -        $(INS.dir)
  59      -
  60      -$(SGSBINDIR): $(SGSPROTO)
  61      -        $(INS.dir)
  62      -
  63      -$(SGSPREFIX): $(SGSPROTO)
  64      -        $(INS.dir)
  65      -
  66      -$(SGSLIBDIR): $(SGSPREFIX)
  67      -        $(INS.dir)
  68      -
  69   54  FRC:
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX