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
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 34683 Build 31750: arc lint + arc unit
Event Timeline
share/mk/meta.sys.mk | ||
---|---|---|
142 | 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 |