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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/sgs/mcs/Makefile.targ
          +++ new/usr/src/cmd/sgs/mcs/Makefile.targ
↓ open down ↓ 25 lines elided ↑ open up ↑
  26   26  # Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
  27   27  #
  28   28  
  29   29  ROOTSTRIPFILEPROG=      $(STRIPFILE:%=$(ROOTCCSBIN)/%)
  30   30  ROOTSTRIPFILEPROG64=    $(STRIPFILE:%=$(ROOTCCSBIN64)/%)
  31   31  
  32   32  %.o:            ../common/%.c
  33   33                  $(COMPILE.c) $<
  34   34                  $(POST_PROCESS_O)
  35   35  
  36      -%.o:            $(SGSTOOLS)/common/%.c
       36 +%.o:            $(SGSCOMMON)/%.c
  37   37                  $(COMPILE.c) $<
  38   38                  $(POST_PROCESS_O)
  39   39  
  40   40  all:            $(PROG) $(STRIPFILE)
  41   41  
  42   42  clean:
  43   43                  $(RM) $(CLEANFILES)
  44   44  
  45   45  delete:
  46   46                  $(RM) $(PROG)
↓ open down ↓ 22 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX