mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 22:12:43 +00:00
makeman: Use ${make} instead of plain make to compute ${requireds}
This is currently a no-op but can matter for downstreams whose ${make} includes additional settings. Reviewed by: imp, emaste Obtained from: CheriBSD Sponsored by: DARPA Differential Revision: https://reviews.freebsd.org/D41777
This commit is contained in:
parent
3555be0124
commit
9c80d66ec1
@ -127,7 +127,7 @@ show()
|
|||||||
exit 1
|
exit 1
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
requireds=`env -i make -f ${srcdir}/share/mk/src.opts.mk \
|
requireds=`env -i ${make} -f ${srcdir}/share/mk/src.opts.mk \
|
||||||
-V '${__REQUIRED_OPTIONS:ts,}'`
|
-V '${__REQUIRED_OPTIONS:ts,}'`
|
||||||
env -i ${make} .MAKE.MODE=normal "$@" showconfig __MAKE_CONF=/dev/null \
|
env -i ${make} .MAKE.MODE=normal "$@" showconfig __MAKE_CONF=/dev/null \
|
||||||
SRCCONF=/dev/null |
|
SRCCONF=/dev/null |
|
||||||
|
Loading…
Reference in New Issue
Block a user