[Bug 172946] x86 missing in src/etc/mtree/BSD.include.dist
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 28 Feb 2025 17:58:42 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=172946
Mark Johnston <markj@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |Not Accepted
Status|Open |Closed
CC| |markj@FreeBSD.org
--- Comment #3 from Mark Johnston <markj@FreeBSD.org> ---
This applies also to all of the machine-dependent directories under include,
i.e., /usr/include/{i386,amd64,...}. Moreover, unconditionally creating
/usr/include/x86 isn't right on non-x86 systems.
In practice this seems to mostly be a cosmetic issue since include/Makefile
creates the directories explicitly. To fix this problem properly we'd need to
have per-arch mtree files. It's not very clear to me that that's worth the
effort.
--
You are receiving this mail because:
You are the assignee for the bug.