Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc PR kern/53590: remove -U DEBUG from config(1) invocation...
details: https://anonhg.NetBSD.org/src/rev/76d2e672310d
branches: trunk
changeset: 964409:76d2e672310d
user: martin <martin%NetBSD.org@localhost>
date: Wed Jul 31 18:35:58 2019 +0000
description:
PR kern/53590: remove -U DEBUG from config(1) invocation (that is:
revert r1.413). DTrace needs the full symbol information.
diffstat:
etc/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r b840acbf15cf -r 76d2e672310d etc/Makefile
--- a/etc/Makefile Wed Jul 31 16:40:25 2019 +0000
+++ b/etc/Makefile Wed Jul 31 18:35:58 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.438 2019/01/12 17:25:09 roy Exp $
+# $NetBSD: Makefile,v 1.439 2019/07/31 18:35:58 martin Exp $
# from: @(#)Makefile 8.7 (Berkeley) 5/25/95
# Environment variables without default values:
@@ -590,7 +590,7 @@
build_kernels: kern-${configfile}
kern-${configfile}: .PHONY .MAKE
cd ${KERNCONFDIR} && ${TOOL_CONFIG} ${CONFIGOPTS} -s ${KERNSRCDIR} \
- -U DEBUG -b ${KERNOBJDIR}/${configfile:C/.*\///} ${configfile}
+ -b ${KERNOBJDIR}/${configfile:C/.*\///} ${configfile}
.if ${MKUPDATE} == "no"
${MAKE} -C ${KERNOBJDIR}/${configfile:C/.*\///} distclean
.endif
Home |
Main Index |
Thread Index |
Old Index