diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2016-02-24 17:19:05 +0000 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2016-02-24 17:19:05 +0000 |
commit | 99c769b1d73d67f814b59ed3363fbf5cffad6489 (patch) | |
tree | e02f021af7d6f2e079bc0d65c88722f3f2cb08ee /lib/libgssapi/gss_get_mic.c | |
parent | fd6008b8b78822578bdd0a5f7a8a84760879fc4f (diff) | |
download | FreeBSD-src-99c769b1d73d67f814b59ed3363fbf5cffad6489.zip FreeBSD-src-99c769b1d73d67f814b59ed3363fbf5cffad6489.tar.gz |
FAST_DEPEND: Rework how guessed dependencies are handled.
Rather than depend on .depend not existing, check the actual
.depend.OBJ file that will be used for that object. If it doesn't
exist then use the guessed dependencies.
FAST_DEPEND may never have a .depend file. Not having one means all of the
previous logic would over-depend all object files on all headers which is not
what we wanted. It also means that if a .depend is generated before a build
is done for _EXTRADEPEND (such as for PROG or LIB) then all of these
dependencies would not be used since the .depend wasn't generated from mkdep
and the real .depend.* files are not generated until the build.
Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'lib/libgssapi/gss_get_mic.c')
0 files changed, 0 insertions, 0 deletions