]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
DIRDEPS_BUILD: Cleanup leftover WORLDTMP files.
authorBryan Drewery <bdrewery@FreeBSD.org>
Thu, 2 Nov 2017 20:45:04 +0000 (20:45 +0000)
committerBryan Drewery <bdrewery@FreeBSD.org>
Thu, 2 Nov 2017 20:45:04 +0000 (20:45 +0000)
commit89bd07e927051c2d806de8e735aa1de750fdecd5
tree3eba2165b84afafe8ebc0a4a832366be60126a65
parente22fef7dc1daad9b476ecdba180445fd1af6ca1c
DIRDEPS_BUILD: Cleanup leftover WORLDTMP files.

This will force any existing objects to rebuild if their .meta
files reference files from WORLDTMP.  This is a problem after
the UNIFIED_OBJDIR effort caused buildworld and DIRDEPS_BUILD
to share an OBJDIR.  Without cleaning these files the
Makefile.depend files end up with odd tmp/legacy/... entries
since some bootstrap-tools linger from there and otherwise
don't rebuild.  Removing the files causes anything having
used WORLDTMP to rebuild.

Sponsored by: Dell EMC Isilon
Makefile.inc1
share/mk/local.dirdeps.mk