Fix the showconfig target. bmake sends debug output to stderr.

Submitted by: Simon Garrety <sjg@juniper.net>
This commit is contained in:
Marcel Moolenaar 2012-10-07 17:48:38 +00:00
parent 8d6871f4a8
commit aae8db90ec
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=241312

View File

@ -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}/