Print this page
10816 ctf_dwarf_convert_type() relies on un-initialized id
10817 ctfconvert -i option is mis-handled
10818 Improve ctfconvert error messages
10819 ctfconvert should handle empty dies
10820 ctfconvert -i never converts
10821 bad free in ctf_dwarf_init_die
10815 shouldn't build gcore.c as part of kmdb
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libumem/Makefile.targ
          +++ new/usr/src/lib/libumem/Makefile.targ
↓ open down ↓ 14 lines elided ↑ open up ↑
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  #
  22   22  # Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
  23   23  # Use is subject to license terms.
  24   24  # Copyright (c) 2016, Chris Fraire <cfraire@me.com>.
       25 +# Copyright (c) 2019, Joyent, Inc.
  25   26  #
  26   27  
  27   28  #
  28   29  # We build each flavor in a separate make invocation to improve clarity(!) in
  29   30  # Makefile.com.  The subordinate makes have $(CURTYPE) set to indicate the
  30   31  # flavor they're supposed to build.  This causes the correct set of source
  31   32  # files and compiler and linker flags to be selected.
  32   33  #
  33   34  
  34   35  install: $(TYPES:%=install.%)
↓ open down ↓ 32 lines elided ↑ open up ↑
  67   68  
  68   69  $(PICS): pics
  69   70  $(OBJS): objs
  70   71  
  71   72  objs/%.o pics/%.o: $(ISASRCDIR)/%.c
  72   73          $(COMPILE.c) -o $@ $<
  73   74          $(POST_PROCESS_O)
  74   75  
  75   76  objs/%.o pics/%.o: $(ISASRCDIR)/%.s
  76   77          $(COMPILE.s) -o $@ $<
  77      -        $(POST_PROCESS_O)
       78 +        $(POST_PROCESS_S_O)
  78   79  
  79   80  objs/%.o pics/%.o: ../common/%.c
  80   81          $(COMPILE.c) -o $@ $<
  81   82          $(POST_PROCESS_O)
  82   83  
  83   84  # install rule for lint library target
  84   85  $(ROOTLINTDIR)/%: ../common/%
  85   86          $(INS.file)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX