Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/conf Don't pass ``-DCOPY_SYMTAB'' to ${CC}; it's replace...



details:   https://anonhg.NetBSD.org/src/rev/d78094238e0c
branches:  trunk
changeset: 340458:d78094238e0c
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Sun Sep 06 14:35:01 2015 +0000

description:
Don't pass ``-DCOPY_SYMTAB'' to ${CC}; it's replaced with opt_copy_symtab.h.

diffstat:

 sys/conf/Makefile.kern.inc |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 686fe0e2f1cd -r d78094238e0c sys/conf/Makefile.kern.inc
--- a/sys/conf/Makefile.kern.inc        Sun Sep 06 07:17:14 2015 +0000
+++ b/sys/conf/Makefile.kern.inc        Sun Sep 06 14:35:01 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.kern.inc,v 1.241 2015/09/06 06:41:14 uebayasi Exp $
+#      $NetBSD: Makefile.kern.inc,v 1.242 2015/09/06 14:35:01 uebayasi Exp $
 #
 # This file contains common `MI' targets and definitions and it is included
 # at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}.
@@ -447,12 +447,12 @@
 ${k}: $S/kern/kern_ksyms_buf.c
 .endfor
 build_kernel: .USE
-       ${CC} ${CFLAGS} ${CPPFLAGS} -DCOPY_SYMTAB \
+       ${CC} ${CFLAGS} ${CPPFLAGS} \
            -c $S/kern/kern_ksyms_buf.c -o kern_ksyms_buf.o
        ${SYSTEM_LD_HEAD}
        ${SYSTEM_LD} kern_ksyms_buf.o
        ${SYSTEM_LD_TAIL_STAGE1}
-       ${CC} ${CFLAGS} ${CPPFLAGS} -DCOPY_SYMTAB \
+       ${CC} ${CFLAGS} ${CPPFLAGS} \
            -DSYMTAB_SPACE=$$(${DBSYM} -P ${.TARGET}${TARGETSFX}) \
            -c $S/kern/kern_ksyms_buf.c -o kern_ksyms_buf_real.o
        ${SYSTEM_LD_HEAD}



Home | Main Index | Thread Index | Old Index