Source-Changes-HG archive

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

[src/netbsd-1-6]: src/sys/conf Pull up revision 1.15 (requested by tv in tick...



details:   https://anonhg.NetBSD.org/src/rev/e5fb00ae392b
branches:  netbsd-1-6
changeset: 527608:e5fb00ae392b
user:      tv <tv%NetBSD.org@localhost>
date:      Wed May 29 16:32:57 2002 +0000

description:
Pull up revision 1.15 (requested by tv in ticket #65):
Make sure DBSYM is defined if not overridden by USETOOLS=yes.

diffstat:

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

diffs (17 lines):

diff -r a1c6f89541c8 -r e5fb00ae392b sys/conf/Makefile.kern.inc
--- a/sys/conf/Makefile.kern.inc        Wed May 29 16:32:23 2002 +0000
+++ b/sys/conf/Makefile.kern.inc        Wed May 29 16:32:57 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.kern.inc,v 1.13.4.1 2002/05/28 01:52:33 lukem Exp $
+#      $NetBSD: Makefile.kern.inc,v 1.13.4.2 2002/05/29 16:32:57 tv Exp $
 #
 # This file contains common `MI' targets and definitions and it is included
 # at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}. There are
@@ -22,6 +22,7 @@
 ## (0) toolchain settings for things that aren't part of the standard
 ## toolchain
 ##
+DBSYM?=                dbsym
 MKDEP?=                mkdep
 STRIP?=                strip
 OBJCOPY?=      objcopy



Home | Main Index | Thread Index | Old Index