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/ld/amd64/Makefile
          +++ new/usr/src/cmd/sgs/ld/amd64/Makefile
↓ open down ↓ 15 lines elided ↑ open up ↑
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  
  22   22  #
  23   23  # Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
  24   24  # Use is subject to license terms.
  25   25  #
  26      -# ident "%Z%%M% %I%     %E% SMI"
  27   26  #
  28   27  
  29   28  include         ../Makefile.com
  30   29  
  31   30  LDLIBDIR =      $(LDLIBDIR64)
  32   31  ELFLIBDIR =     $(ELFLIBDIR64)
  33   32  LDDBGLIBDIR =   $(LDDBGLIBDIR64)
  34   33  CONVLIBDIR =    $(CONVLIBDIR64)
  35   34  
  36      -VAR_SGSBINPROG= $(VAR_SGSBINPROG64)
  37      -VAR_SGSCCSLINK= $(VAR_SGSCCSLINK64)
  38      -
  39   35  VAR_LD_LLDFLAGS = \
  40   36                  $(VAR_LD_LLDFLAGS64)
       37 +
       38 +package install:        all $(VAR_SGSBINPROG64) $(VAR_SGSCCSLINK64)
  41   39  
  42   40  .KEEP_STATE:
  43   41  
  44   42  include         ../Makefile.targ
  45   43  include         ../../Makefile.sub.64
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX