Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Nov 2022 00:19:26 +0000
From:      bugzilla-noreply@freebsd.org
To:        pkgbase@FreeBSD.org
Subject:   [Bug 244596] pkgbase: duplicate files and directories in `make packages`
Message-ID:  <bug-244596-36141-dQO9lDfblH@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-244596-36141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-244596-36141@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D244596

--- Comment #7 from Ed Maste <emaste@freebsd.org> ---
Some of these have been addressed by:

https://cgit.FreeBSD.org/src/commit/?id=3D227f47ce0c48acdb466366b136b8c522b=
b8937e0

commit 227f47ce0c48acdb466366b136b8c522bb8937e0
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2022-11-17 00:12:18 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2022-11-17 00:15:20 +0000

    libcompat: avoid installing include files twice

    Previously some headers were getting installed twice, once as expected
    and then a second time as part of the compat32 library stage.

    Makefile.libcompat sets -DLIBRARIES_ONLY for the install make invocation
    which causes bsd.lib.mk to skip headers.  However some headers are
    handled via bsd.prog.mk, which does not use LIBRARIES_ONLY.  Explicitly
    set MK_INCLUDES=3Dno.

    Reviewed by:    brooks
    Sponsored by:   The FreeBSD Foundation
    Differential Revision:  https://reviews.freebsd.org/D37413

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-244596-36141-dQO9lDfblH>