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/tools/chk4ubin/Makefile
          +++ new/usr/src/tools/chk4ubin/Makefile
↓ open down ↓ 20 lines elided ↑ open up ↑
  21   21  
  22   22  #
  23   23  # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  24   24  # Use is subject to license terms.
  25   25  #
  26   26  
  27   27  include ../Makefile.tools
  28   28  
  29   29  PROG    = chk4ubin
  30   30  
       31 +DYNFLAGS += '-R$$ORIGIN/../../lib/$(MACH)'
  31   32  LDLIBS += -lelf
  32   33  
  33   34  LINTFLAGS += -ux
  34   35  
  35   36  .KEEP_STATE:
  36   37  
  37   38  all: $(PROG)
  38   39  
  39   40  install: all .WAIT $(ROOTONBLDMACHPROG)
  40   41  
  41   42  lint:   lint_PROG
  42   43  
  43   44  clean:
  44   45          $(RM) $(PROG)
  45   46  
  46   47  include ../Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX