Source-Changes-HG archive

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

[src/trunk]: src/sys/conf More tidyup after joerg's copy&paste disaster. I h...



details:   https://anonhg.NetBSD.org/src/rev/36bdf3ad4ab8
branches:  trunk
changeset: 801855:36bdf3ad4ab8
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Aug 21 07:57:25 2014 +0000

description:
More tidyup after joerg's copy&paste disaster.  I have ddb symbols again.

diffstat:

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

diffs (18 lines):

diff -r 9f178bc9e810 -r 36bdf3ad4ab8 sys/conf/Makefile.kern.inc
--- a/sys/conf/Makefile.kern.inc        Thu Aug 21 07:51:32 2014 +0000
+++ b/sys/conf/Makefile.kern.inc        Thu Aug 21 07:57:25 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.kern.inc,v 1.171 2014/08/20 22:02:20 joerg Exp $
+#      $NetBSD: Makefile.kern.inc,v 1.172 2014/08/21 07:57:25 skrll Exp $
 #
 # This file contains common `MI' targets and definitions and it is included
 # at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}.
@@ -532,7 +532,7 @@
 
 locore.o machdep.o kern_ksyms.o: Makefile
 
-.if defined(COPY_SYMTAB})
+.if defined(COPY_SYMTAB)
 CPPFLAGS.locore.S+=            -DCOPY_SYMTAB
 CPPFLAGS.machdep.c+=           -DCOPY_SYMTAB
 CPPFLAGS.kern_ksyms.c+=                -DCOPY_SYMTAB



Home | Main Index | Thread Index | Old Index