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/test/crypto-tests/tests/common/Makefile
          +++ new/usr/src/test/crypto-tests/tests/common/Makefile
↓ open down ↓ 4 lines elided ↑ open up ↑
   5    5  # 1.0 of the CDDL.
   6    6  #
   7    7  # A full copy of the text of the CDDL should have accompanied this
   8    8  # source.  A copy of the CDDL is also available via the Internet at
   9    9  # http://www.illumos.org/license/CDDL.
  10   10  #
  11   11  
  12   12  #
  13   13  # Copyright (c) 2012 by Delphix. All rights reserved.
  14   14  # Copyright 2015 Nexenta Systems, Inc.  All rights reserved.
       15 +# Copyright (c) 2019, Joyent, Inc.
  15   16  #
  16   17  
  17   18  include $(SRC)/cmd/Makefile.cmd
       19 +include $(SRC)/cmd/Makefile.ctf
  18   20  include $(SRC)/test/Makefile.com
  19   21  
  20   22  OBJS = testfuncs.o cryptotest_pkcs.o cryptotest_kcf.o
  21   23  SRCS = $(OBJS:%.o=%.c)
  22   24  
  23   25  CPPFLAGS += -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I$(SRC)/common/crypto/
  24   26  
  25   27  all install: $(OBJS)
  26   28  
  27   29  %.o: %.c
  28   30          $(COMPILE.c) -o $@ $<
       31 +        $(POST_PROCESS_O)
  29   32  
  30   33  lint:
  31   34  
  32   35  clobber clean:
  33   36          -$(RM) $(OBJS)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX