diff options
| author | martin <martin@NetBSD.org> | 2019-08-07 10:18:13 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2019-08-07 10:18:13 +0000 |
| commit | cb8ae6a28e64fd1532c424b2c40a8810e036da09 (patch) | |
| tree | 44d151ea3531a32ab07bb0ca1dff8873454402ea /etc | |
| parent | 93570ee78894bfa0546fea0f17c95f9341e0c598 (diff) | |
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 (limited to 'etc')
| -rw-r--r-- | etc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile index cee11f8d3c0..f6bad0a44ae 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -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 |
