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
*** 31,55 ****
$(INS.file)
$(ROOTDIR)/lib/%: %
$(INS.file)
- sgsmsg: $(SGSMSG_OBJS)
- $(NATIVECC) $(DEBUG) $(NATIVE_CFLAGS) \
- -o $@ $(SGSMSG_OBJS)
-
- sgsmsg.o: ../common/sgsmsg.c
- $(NATIVECC) $(DEBUG) $(NATIVE_CFLAGS) -c ../common/sgsmsg.c
-
- string_table.o: ../common/string_table.c
- $(NATIVECC) $(DEBUG) $(NATIVE_CFLAGS) -c \
- ../common/string_table.c
-
- avl.o: $(VAR_AVLDIR)/avl.c
- $(NATIVECC) $(DEBUG) $(NATIVE_CFLAGS) -c \
- $(VAR_AVLDIR)/avl.c
-
piglatin: ../common/piglatin.c
$(NATIVECC) $(NATIVE_CFLAGS) -o $@ ../common/piglatin.c
%: %.o
$(LINK.c) -o $@ $< $(LDLIBS)
--- 31,40 ----
*** 57,68 ****
%.o: ../common/%.c
$(COMPILE.c) -o $@ $<
$(POST_PROCESS_O)
- catalog: sgsmsg
-
clobber: clean
$(RM) $(PROGS) $(NATIVE) $(CLOBBERFILES)
clean:
$(RM) $(OBJECTS) $(CLEANFILES)
--- 42,51 ----