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/libsqlite/Makefile.com
          +++ new/usr/src/lib/libsqlite/Makefile.com
   1    1  #
   2    2  # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
   3    3  # Use is subject to license terms.
   4    4  # Copyright 2015 Igor Kozhukhov <ikozhukhov@gmail.com>
   5    5  # Copyright 2016 Nexenta Systems, Inc.  All rights reserved.
   6      -# Copyright (c) 2018, Joyent, Inc.
        6 +# Copyright (c) 2019, Joyent, Inc.
   7    7  # Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
   8    8  #
   9    9  
  10   10  # Make the SO name unlikely to conflict with any other
  11   11  # libsqlite that might also be found on the system.
  12   12  LIBRARY = libsqlite-sys.a
  13   13  
  14   14  VERS = .2.8.15
  15   15  OBJECTS = \
  16   16          attach.o        \
↓ open down ↓ 134 lines elided ↑ open up ↑
 151  151  
 152  152  $(NATIVETARGETS) :=     CC = $(NATIVECC)
 153  153  $(NATIVETARGETS) :=     LD = $(NATIVELD)
 154  154  $(NATIVETARGETS) :=     CFLAGS = $(NATIVE_CFLAGS)
 155  155  $(NATIVETARGETS) :=     CPPFLAGS = $(MYCPPFLAGS)
 156  156  $(NATIVETARGETS) :=     LDFLAGS =
 157  157  $(NATIVETARGETS) :=     LDLIBS = -lc
 158  158  
 159  159  $(OBJS) :=              CFLAGS += $(CTF_FLAGS)
 160  160  $(OBJS) :=              CTFCONVERT_POST = $(CTFCONVERT_O)
      161 +$(NATIVEOBJS) :=        CFLAGS += $(CTF_FLAGS)
      162 +$(NATIVEOBJS) :=        CTFCONVERT_POST = $(CTFCONVERT_O)
 161  163  
 162  164  TCLBASE = /usr/sfw
 163  165  TCLVERS = tcl8.3
 164  166  
 165  167  testfixture := MYCPPFLAGS += -I$(TCLBASE)/include -DTCLSH -DSQLITE_TEST=1
 166  168  #
 167  169  # work around compiler issues
 168  170  #
 169  171  testfixture := CFLAGS += \
 170  172          -erroff=E_ARRAY_OF_INCOMPLETE \
↓ open down ↓ 127 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX