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>

@@ -22,14 +22,12 @@
 # uts/intel/md5/Makefile
 #
 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
 #
-#       This makefile drives the production of the md5 crypto kernel module.
+# Copyright (c) 2019, Joyent, Inc.
 #
-#       intel architecture dependent
-#
 
 #
 #       Path to the base of the uts directory tree (usually /usr/src/uts).
 #
 UTSBASE = ../..

@@ -101,9 +99,8 @@
 md5_amd64.s: $(COMDIR)/amd64/md5_amd64.pl
         $(PERL) $? $@
 
 $(OBJS_DIR)/md5_amd64.o: md5_amd64.s
         $(COMPILE.s) -o $@ md5_amd64.s
-        $(POST_PROCESS_O)
 
 $(OBJS_DIR)/md5_amd64.ln: md5_amd64.s
         @($(LHEAD) $(LINT.c) md5_amd64.s $(LTAIL))