FAST_DEPEND is now default

From: Bryan Drewery <bdrewery_at_FreeBSD.org>
Date: Fri, 11 Mar 2016 09:10:41 -0800
WITH_FAST_DEPEND is now enabled by default for in-tree and out-of-tree
builds.  It no longer runs mkdep(1) during 'make depend', and the
'make depend' stage can safely be skipped now as it is auto ran
when building 'make all' and will generate all SRCS and DPSRCS before
building anything else.  Dependencies are gathered at compile time with
-MF flags kept in separate .depend files per object file.  Users should
run 'make cleandepend' once if using -DNO_CLEAN to clean out older
stale .depend files.

The option and mkdep(1) support will be removed in a few weeks.

-- 
Regards,
Bryan Drewery


Received on Fri Mar 11 2016 - 16:16:36 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:41:03 UTC