Module Name: src
Committed By: ozaki-r
Date: Mon Mar 10 02:36:50 UTC 2014
Modified Files:
src/sys/conf: Makefile.kern.inc
Log Message:
Do COMPILE_CTFCONVERT on vers.o as same as other targets
Otherwise, we will get the error when building a kernel with -V MKDTRACE:
ERROR: nbctfmerge: Input file vers.o was partially built from C sources,
but no CTF data was present
To generate a diff of this commit:
cvs rdiff -u -r1.166 -r1.167 src/sys/conf/Makefile.kern.inc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/conf/Makefile.kern.inc
diff -u src/sys/conf/Makefile.kern.inc:1.166 src/sys/conf/Makefile.kern.inc:1.167
--- src/sys/conf/Makefile.kern.inc:1.166 Mon Mar 10 02:04:29 2014
+++ src/sys/conf/Makefile.kern.inc Mon Mar 10 02:36:50 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.kern.inc,v 1.166 2014/03/10 02:04:29 ozaki-r Exp $
+# $NetBSD: Makefile.kern.inc,v 1.167 2014/03/10 02:36:50 ozaki-r Exp $
#
# This file contains common `MI' targets and definitions and it is included
# at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}.
@@ -355,6 +355,7 @@ vers.o: ${SYSTEM_DEP} ${SYSTEM_SWAP_DEP}
${HOST_SH} $S/conf/newvers.sh ${_NVFLAGS}
${_MKTARGET_COMPILE}
${CC} ${CFLAGS} ${CPPFLAGS} ${PROF} -c vers.c
+ ${COMPILE_CTFCONVERT}
.endif
.if defined(MEMORY_DISK_IMAGE)