]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
FAST_DEPEND: Still use if filemon is not used.
authorBryan Drewery <bdrewery@FreeBSD.org>
Tue, 19 Jan 2016 22:41:58 +0000 (22:41 +0000)
committerBryan Drewery <bdrewery@FreeBSD.org>
Tue, 19 Jan 2016 22:41:58 +0000 (22:41 +0000)
commitd3b887fd0d2247af0971c7e59828763383a6a1d2
tree86fe6a6d607d6adbfd5ea2c8beaf9e8de96ff17b
parent952de59d689a035649c7e23edfb5507c11892a6d
FAST_DEPEND: Still use if filemon is not used.

If filemon is used then there is no need to generate dependency files during
compilation as the .meta files will achieve the same result.

This is a temporary solution until FAST_DEPEND is default.  Once that is
default there will be an option to disable dependency generation entirely
as it is only useful if an incremental build is planned, thus META_MODE+filemon
can enable that option to short-circuit all FAST_DEPEND-related logic.

Sponsored by: EMC / Isilon Storage Division
share/mk/bsd.dep.mk