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/librtld_db/demo/amd64/Makefile
          +++ new/usr/src/cmd/sgs/librtld_db/demo/amd64/Makefile
↓ open down ↓ 40 lines elided ↑ open up ↑
  41   41  
  42   42  .KEEP_STATE:
  43   43  
  44   44  all:            $(OBJDIR) .WAIT $(PROG)
  45   45  
  46   46  test:           $(TESTS)
  47   47  
  48   48  # DEMO DELETE START
  49   49  DEMOCFLAGS=
  50   50  
       51 +catalog:
       52 +
  51   53  install:        all $(ROOTONLDBINPROG64)
  52   54  # DEMO DELETE END
  53   55  
  54   56  include         ../Makefile.targ
  55   57  
  56   58  $(OBJDIR)/%.o:  ../i386/%.c
  57   59                  $(COMPILE.c) $< -o $@
  58   60                  $(POST_PROCESS_O)
  59   61  
  60   62  # DEMO DELETE START
  61   63  include         ../../../../../Makefile.master.64
  62   64  # DEMO DELETE END
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX