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
*** 78,98 ****
$(INS.file)
$(ROOTCCSLIB64)/%: %
$(INS.file)
! $(ROOTONLDBIN)/%: %
$(INS.file)
! $(ROOTONLDLIB)/%: %
$(INS.file)
! $(ROOTONLDLIB64)/%: %
$(INS.file)
$(ROOTCCSLIB):
$(INS.dir)
$(ROOTCCSLIB64):
$(INS.dir)
include ../../../../lib/Makefile.targ
--- 78,107 ----
$(INS.file)
$(ROOTCCSLIB64)/%: %
$(INS.file)
! $(ROOTONLDBIN)/%: % $(ROOTONLDBIN)
$(INS.file)
! $(ROOTONLDLIB)/%: % $(ROOTONLDLIB)
$(INS.file)
! $(ROOTONLDLIB64)/%: % $(ROOTONLDLIB64)
$(INS.file)
$(ROOTCCSLIB):
$(INS.dir)
$(ROOTCCSLIB64):
$(INS.dir)
+ $(ROOTONLDBIN):
+ $(INS.dir)
+
+ $(ROOTONLDLIB):
+ $(INS.dir)
+
+ $(ROOTONLDLIB64):
+ $(INS.dir)
+
include ../../../../lib/Makefile.targ