makeman uses make showconfig at the top-level while iterating over
every option combination. When it runs make showconfig MK_DIRDEPS_BUILD=yes
it encounters the requirement for filemon to be loaded. We don't need
filemon here as it is only displaying all MK_ values.
Details
Details
- Reviewers
sjg kevans dim - Commits
- rS367570: makeman: Don't require filemon with MK_DIRDEPS_BUILD.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
share/mk/meta.sys.mk | ||
---|---|---|
142 ↗ | (On Diff #79302) | This would be better done via local.meta.sys.mk eg .if make(showconfig) then meta.sys.mk could be kept in sync with bmake distrib |