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/Makefile.targ
          +++ new/usr/src/cmd/sgs/link_audit/Makefile.targ
↓ open down ↓ 72 lines elided ↑ open up ↑
  73   73  
  74   74  $(ROOTUSRBIN)/%: %
  75   75                  $(INS.file)
  76   76  
  77   77  $(ROOTCCSLIB)/%: %
  78   78                  $(INS.file)
  79   79  
  80   80  $(ROOTCCSLIB64)/%: %
  81   81                  $(INS.file)
  82   82  
  83      -$(ROOTONLDBIN)/%: %
       83 +$(ROOTONLDBIN)/%: % $(ROOTONLDBIN)
  84   84                  $(INS.file)
  85   85  
  86      -$(ROOTONLDLIB)/%: %
       86 +$(ROOTONLDLIB)/%: % $(ROOTONLDLIB)
  87   87                  $(INS.file)
  88   88  
  89      -$(ROOTONLDLIB64)/%: %
       89 +$(ROOTONLDLIB64)/%: % $(ROOTONLDLIB64)
  90   90                  $(INS.file)
  91   91  
  92   92  $(ROOTCCSLIB):
  93   93          $(INS.dir)
  94   94  
  95   95  $(ROOTCCSLIB64):
       96 +        $(INS.dir)
       97 +
       98 +$(ROOTONLDBIN):
       99 +        $(INS.dir)
      100 +
      101 +$(ROOTONLDLIB):
      102 +        $(INS.dir)
      103 +
      104 +$(ROOTONLDLIB64):
  96  105          $(INS.dir)
  97  106  
  98  107  include         ../../../../lib/Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX