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
*** 24,34 ****
%.o: ../common/%.c
$(COMPILE.c) $<
$(POST_PROCESS_O)
! %.o: $(SGSTOOLS)/common/%.c
$(COMPILE.c) $<
$(POST_PROCESS_O)
all: $(PROG)
--- 24,34 ----
%.o: ../common/%.c
$(COMPILE.c) $<
$(POST_PROCESS_O)
! %.o: $(SGSCOMMON)/%.c
$(COMPILE.c) $<
$(POST_PROCESS_O)
all: $(PROG)
*** 47,57 ****
include $(SRC)/cmd/Makefile.targ
include $(SRC)/cmd/sgs/Makefile.targ
# Derived source and header files (messaging).
-
catalog: $(BLTMESG)
chkmsg: $(SRCS)
sh $(CHKMSG) $(CHKMSGFLAGS) $(SRCS)
--- 47,56 ----