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
@@ -34,24 +34,12 @@
-$(RM) $@; $(SYMLINK) $(DYNLIB) $@
delete:
$(RM) $(DYNLIB)
-# Special target for native builds (ie. when we need to build a version of ld
-# to build a version of ld :-).
-
-native: $(SGSLIBDIR)/$(LIBLINKS)
-
$(PICS): pics
-$(SGSLIBDIR)/$(DYNLIB): $(PICS) $(SGSLIBDIR)
- $(BUILD.SO)
- $(POST_PROCESS_SO)
-
-$(SGSLIBDIR)/$(LIBLINKS): $(SGSLIBDIR)/$(DYNLIB)
- -@$(RM) $(SGSLIBDIR)/$(LIBLINKS)
- $(SYMLINK) $(DYNLIB) $(SGSLIBDIR)/$(LIBLINKS)
include $(SRC)/lib/Makefile.targ
include $(SRC)/cmd/sgs/Makefile.targ