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
*** 29,42 ****
$(OBJDIR)/%.o: ../common/%.c
$(COMPILE.c) $< -o $@
$(POST_PROCESS_O)
# DEMO DELETE START
! $(ROOTONLDBIN)/%: %
$(INS.file)
! $(ROOTONLDBIN)/$(MACH64)/%: %
$(INS.file)
# DEMO DELETE END
$(OBJDIR)/main.o: gram.h
--- 29,49 ----
$(OBJDIR)/%.o: ../common/%.c
$(COMPILE.c) $< -o $@
$(POST_PROCESS_O)
# DEMO DELETE START
!
! $(ROOTONLDBIN):
! $(INS.dir)
!
! $(ROOTONLDBIN)/$(MACH64):
! $(INS.dir)
!
! $(ROOTONLDBIN)/%: % $(ROOTONLDBIN)
$(INS.file)
! $(ROOTONLDBIN)/$(MACH64)/%: % $(ROOTONLDBIN)/$(MACH64)
$(INS.file)
# DEMO DELETE END
$(OBJDIR)/main.o: gram.h
*** 90,99 ****
--- 97,110 ----
$(RM) $(OBJS) $(CLEANFILES)
clobber: clean FRC
$(RM) $(PROG)
+ # DEMO DELETE START
+ catalog check chkmsg:
+ # DEMO DELETE END
+
FRC:
# DEMO DELETE START
include $(SRC)/cmd/sgs/Makefile.targ