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/pvs/Makefile.targ
          +++ new/usr/src/cmd/sgs/pvs/Makefile.targ
↓ open down ↓ 21 lines elided ↑ open up ↑
  22   22  # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
  23   23  # Use is subject to license terms.
  24   24  #
  25   25  # Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
  26   26  #
  27   27  
  28   28  %.o:            ../common/%.c
  29   29                  $(COMPILE.c) $<
  30   30                  $(POST_PROCESS_O)
  31   31  
  32      -%.o:            $(SGSTOOLS)/common/%.c
       32 +%.o:            $(SGSCOMMON)/%.c
  33   33                  $(COMPILE.c) -o $@ $<
  34   34                  $(POST_PROCESS_O)
  35   35  
  36   36  all:            $(PROG)
  37   37  
  38   38  clean:
  39   39                  $(RM) $(OBJS) $(CLEANFILES)
  40   40  
  41   41  delete:
  42   42                  $(RM) $(PROG)
↓ open down ↓ 22 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX