Module Name: src Committed By: martin Date: Wed Aug 7 10:18:13 UTC 2019
Modified Files: src/etc [netbsd-9]: Makefile Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.438 -r1.438.2.1 src/etc/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/etc/Makefile diff -u src/etc/Makefile:1.438 src/etc/Makefile:1.438.2.1 --- src/etc/Makefile:1.438 Sat Jan 12 17:25:09 2019 +++ src/etc/Makefile Wed Aug 7 10:18:13 2019 @@ -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: .PHONY 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