include/c++/v1 still in BSD.include.dist as well as in obsolete_files
Dimitry Andric
dim at FreeBSD.org
Tue Jun 18 21:23:03 UTC 2013
On Jun 18, 2013, at 21:03, Kevin Oberman <rkoberman at gmail.com> wrote:
> When I run "make check-old, the /usr/include/c++/v1 and v1/ext directories
> are listed as old, but they are still present in BSD.include.dist, so are
> recreated every time I installworld.
>
> Could these directories be removed from BSD.include.dist, as I am pretty
> sure that they ARE obsolete.
They are not obsolete, as they are part of libc++, but I don't think it
is already possible to have parts of mtree files depend on WITH_XXX
settings. So we can either remove the directories (but not the files)
from ObsoleteFiles.inc, or attempt to amend mtree so it can handle
conditional parts.
Brooks, any idea if NetBSD's mtree supports that feature? :-)
-Dimitry
More information about the freebsd-stable
mailing list