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/Makefile.targ
          +++ new/usr/src/cmd/sgs/librtld_db/demo/Makefile.targ
↓ open down ↓ 23 lines elided ↑ open up ↑
  24   24  
  25   25  $(OBJDIR)/%.o:  %.c
  26   26                  $(COMPILE.c) $< -o $@
  27   27                  $(POST_PROCESS_O)
  28   28  
  29   29  $(OBJDIR)/%.o:  ../common/%.c
  30   30                  $(COMPILE.c) $< -o $@
  31   31                  $(POST_PROCESS_O)
  32   32  
  33   33  # DEMO DELETE START
  34      -$(ROOTONLDBIN)/%: %
       34 +
       35 +$(ROOTONLDBIN):
       36 +                $(INS.dir)
       37 +
       38 +$(ROOTONLDBIN)/$(MACH64):
       39 +                $(INS.dir)
       40 +
       41 +$(ROOTONLDBIN)/%: % $(ROOTONLDBIN)
  35   42                  $(INS.file)
  36   43  
  37      -$(ROOTONLDBIN)/$(MACH64)/%: %
       44 +$(ROOTONLDBIN)/$(MACH64)/%: % $(ROOTONLDBIN)/$(MACH64)
  38   45                  $(INS.file)
  39   46  # DEMO DELETE END
  40   47  
  41   48  $(OBJDIR)/main.o: gram.h
  42   49  
  43   50  gram.c + gram.h: ../common/gram.y
  44   51                  $(YACC) -d ../common/gram.y
  45   52                  $(MV) y.tab.c gram.c
  46   53                  $(MV) y.tab.h gram.h
  47   54  
↓ open down ↓ 36 lines elided ↑ open up ↑
  84   91                  ./rdb -f ../tests/object_padding_maps simp
  85   92  
  86   93  $(OBJDIR):
  87   94                  -@mkdir -p $(OBJDIR)
  88   95  
  89   96  clean: FRC
  90   97                  $(RM) $(OBJS) $(CLEANFILES)
  91   98  
  92   99  clobber: clean FRC
  93  100                  $(RM) $(PROG)
      101 +
      102 +# DEMO DELETE START
      103 +catalog check chkmsg:
      104 +# DEMO DELETE END
  94  105  
  95  106  FRC:
  96  107  
  97  108  # DEMO DELETE START
  98  109  
  99  110  include         $(SRC)/cmd/sgs/Makefile.targ
 100  111  # DEMO DELETE END
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX