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/libnisdb/Makefile
          +++ new/usr/src/lib/libnisdb/Makefile
↓ open down ↓ 15 lines elided ↑ open up ↑
  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 2015 Gary Mills
  23   23  # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  24   24  # Use is subject to license terms.
  25   25  #
  26      -# Copyright (c) 2018, Joyent, Inc.
       26 +# Copyright (c) 2019, Joyent, Inc.
  27   27  
  28   28  LIBRARY= libnisdb.a
  29   29  VERS=   .2
  30   30  PROTOCOL_DIR= $(ROOT)/include/rpcsvc
  31   31  YPTOL_DIR= ./yptol
  32   32  
  33   33  SED=    sed
  34   34  
  35   35  OBJECTS = \
  36   36          db_entry.o db_entry_c_xdr.o \
↓ open down ↓ 160 lines elided ↑ open up ↑
 197  197  lint :=         TARGET= lint
 198  198  
 199  199  .KEEP_STATE:
 200  200  
 201  201  all:    $(DERIVED_FILES) $(LIBS)
 202  202  
 203  203  install: all $(ROOTLIBS) $(ROOTLINKS)
 204  204  
 205  205  lint: $(DERIVED_FILES) .WAIT lintcheck
 206  206  
 207      -pics/%.o: %.c
 208      -        $(COMPILE.c) -o $@ $<
 209      -        $(POST_PROCESS_O)
 210      -
 211      -pics/%.o: %.cc
 212      -        $(COMPILE.cc) -o $@ $<
 213      -        $(POST_PROCESS_O)
 214      -
 215  207  objs/%.o pics/%.o profs/%.o: $(YPTOL_DIR)/%.c
 216  208          $(COMPILE.c) -o $@ $<
 217  209          $(POST_PROCESS_O)
 218  210  
 219  211  #
 220  212  # Pattern matching rules that define how to build the derived files.
 221  213  #
 222  214  %_c.h: %_c.x
 223  215          $(RM) $@
 224  216          $(RPCGEN) -DUSINGC -h -o $@ $<
↓ open down ↓ 20 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX