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/elfedit/Makefile.targ
          +++ new/usr/src/cmd/sgs/elfedit/Makefile.targ
↓ open down ↓ 28 lines elided ↑ open up ↑
  29   29                  $(POST_PROCESS_O)
  30   30  
  31   31  %32.o:          ../common/%.c
  32   32                  $(COMPILE.c) -o $@ $<
  33   33                  $(POST_PROCESS_O)
  34   34  
  35   35  %64.o:          ../common/%.c
  36   36                  $(COMPILE.c) -D_ELF64 -o $@ $<
  37   37                  $(POST_PROCESS_O)
  38   38  
  39      -%.o:            $(SGSTOOLS)/common/%.c
       39 +%.o:            $(SGSCOMMON)/%.c
  40   40                  $(COMPILE.c) -o $@ $<
  41   41                  $(POST_PROCESS_O)
  42   42  
  43   43  
  44   44  $(PROG):        $(OBJS) $(MAPFILE)
  45   45                  $(LINK.c) -o $@ $(OBJS) $(LDLIBS)
  46   46                  $(POST_PROCESS)
  47   47  
  48   48  $(ROOTBIN64)/%: %
  49   49                  $(INS.file)
↓ open down ↓ 27 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX