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/link_audit/sparcv9/Makefile
          +++ new/usr/src/cmd/sgs/link_audit/sparcv9/Makefile
↓ open down ↓ 31 lines elided ↑ open up ↑
  32   32  ELFLIBDIR =     $(ELFLIBDIR64)
  33   33  
  34   34  $(ONLIBS) \
  35   35  $(CCSLIBS) :=   CFLAGS64 +=     $(C_PICFLAGS64) $(NO_ASM_WARN)
  36   36  
  37   37  .KEEP_STATE:
  38   38  
  39   39  all:            $(PICDIR) .WAIT $(CCSLIBS) $(CCSSCRIPTS) \
  40   40                  $(ONSCRIPTS) $(ONLIBS)
  41   41  
  42      -install:        all $(ROOTCCSLIB64) .WAIT $(ROOTCCSLIBS64)
  43      -
  44      -package:        install .WAIT $(ROOTONLDLIBS64)
       42 +install:        all $(ROOTCCSLIB64) .WAIT $(ROOTCCSLIBS64) \
       43 +                .WAIT $(ROOTONLDLIBS64)
  45   44  
  46   45  include         ../Makefile.targ
  47   46  include         ../../Makefile.sub.64
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX