aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2012-10-07 17:48:38 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2012-10-07 17:48:38 +0000
commitaae8db90ec3898c7f7e0cfcb5b454f20a09459d8 (patch)
tree9eb8633bb2237e27e1ac5f1bada4f892c12af97b
parent8d6871f4a8e3382f8dd7a7fa6c124294f3ce8915 (diff)
downloadsrc-aae8db90ec3898c7f7e0cfcb5b454f20a09459d8.tar.gz
src-aae8db90ec3898c7f7e0cfcb5b454f20a09459d8.zip
Fix the showconfig target. bmake sends debug output to stderr.
Submitted by: Simon Garrety <sjg@juniper.net>
Notes
Notes: svn path=/head/; revision=241312
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 85a7cf06897e..14f13eed8fe1 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}/