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