Generate both userland and kernel option settings for showconfig.
PR: 191920
This commit is contained in:
parent
7b65001d2a
commit
abedde3b5e
@ -1886,7 +1886,8 @@ check-old: check-old-files check-old-libs check-old-dirs
|
||||
# showconfig - show build configuration.
|
||||
#
|
||||
showconfig:
|
||||
@${MAKE} -n -f src.opts.mk -V dummy -dg1 2>&1 | grep ^MK_ | sort
|
||||
@(${MAKE} -n -f ${.CURDIR}/sys/conf/kern.opts.mk -V dummy -dg1; \
|
||||
${MAKE} -n -f ${.CURDIR}/share/mk/src.opts.mk -V dummy -dg1) 2>&1 | grep ^MK_ | sort -u
|
||||
|
||||
.if !empty(KRNLOBJDIR) && !empty(KERNCONF)
|
||||
DTBOUTPUTPATH= ${KRNLOBJDIR}/${KERNCONF}/
|
||||
|
Loading…
Reference in New Issue
Block a user