summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2012-10-07 17:48:38 +0000
committermarcel <marcel@FreeBSD.org>2012-10-07 17:48:38 +0000
commite62fdfbd2d300134339b0556ae7144aa78760f52 (patch)
tree9eb8633bb2237e27e1ac5f1bada4f892c12af97b /Makefile.inc1
parent05fad1a84755885df7b8013ac913de71d25d9bf9 (diff)
downloadFreeBSD-src-e62fdfbd2d300134339b0556ae7144aa78760f52.zip
FreeBSD-src-e62fdfbd2d300134339b0556ae7144aa78760f52.tar.gz
Fix the showconfig target. bmake sends debug output to stderr.
Submitted by: Simon Garrety <sjg@juniper.net>
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 85a7cf0..14f13ee 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1569,7 +1569,7 @@ check-old: check-old-files check-old-libs check-old-dirs
# showconfig - show build configuration.
#
showconfig:
- @${MAKE} -n -f bsd.own.mk -V dummy -dg1 | grep ^MK_ | sort
+ @${MAKE} -n -f bsd.own.mk -V dummy -dg1 2>&1 | grep ^MK_ | sort
.if !empty(KRNLOBJDIR) && !empty(KERNCONF)
DTBOUTPUTPATH= ${KRNLOBJDIR}/${KERNCONF}/
OpenPOWER on IntegriCloud