Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-9]: src/etc Pull up following revision(s) (requested by hannken i...
details: https://anonhg.NetBSD.org/src/rev/dedbba5a8ea1
branches: netbsd-9
changeset: 458142:dedbba5a8ea1
user: martin <martin%NetBSD.org@localhost>
date: Wed Aug 07 10:18:13 2019 +0000
description:
Pull up following revision(s) (requested by hannken in ticket #26):
etc/Makefile: revision 1.439
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 9ac2febd34fe -r dedbba5a8ea1 etc/Makefile
--- a/etc/Makefile Wed Aug 07 08:29:46 2019 +0000
+++ b/etc/Makefile Wed Aug 07 10:18:13 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.438 2019/01/12 17:25:09 roy Exp $
+# $NetBSD: Makefile,v 1.438.2.1 2019/08/07 10:18:13 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