Searched hist:"227 f47ce0c48acdb466366b136b8c522bb8937e0" (Results 1 – 1 of 1) sorted by relevance
/freebsd/ |
H A D | Makefile.libcompat | diff 227f47ce0c48acdb466366b136b8c522bb8937e0 Thu Nov 17 01:12:18 CET 2022 Ed Maste <emaste@FreeBSD.org> 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=no.
Reviewed by: brooks Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D37413
|