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>
@@ -10,13 +10,15 @@
#
#
# Copyright (c) 2012 by Delphix. All rights reserved.
# Copyright 2015 Nexenta Systems, Inc. All rights reserved.
+# Copyright (c) 2019, Joyent, Inc.
#
include $(SRC)/cmd/Makefile.cmd
+include $(SRC)/cmd/Makefile.ctf
include $(SRC)/test/Makefile.com
OBJS = testfuncs.o cryptotest_pkcs.o cryptotest_kcf.o
SRCS = $(OBJS:%.o=%.c)
@@ -24,10 +26,11 @@
all install: $(OBJS)
%.o: %.c
$(COMPILE.c) -o $@ $<
+ $(POST_PROCESS_O)
lint:
clobber clean:
-$(RM) $(OBJS)