[Bug 261497] powerpc64 fails to build after src 6497250f6f: stand/kboot/Makefile" line 27: Cannot open /usr/src/stand/kboot/arch/powerpc/Makefile.inc
Date: Wed, 02 Feb 2022 21:29:46 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261497 --- Comment #16 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=034755623d3d211a82084aca3215dc1e6d103bfc commit 034755623d3d211a82084aca3215dc1e6d103bfc Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2022-02-02 21:27:56 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2022-02-02 21:27:56 +0000 stand: Fix kboot issue on powerpc64 with MK_LIB32=yes When MK_LIB32 is true, we descend into stand for make includes, make clean, etc. We shouldn't do this, so set MK_BOOT=no when we're building includes. Fixes: 6497250f6f7f PR: 261497 Sponsored by: Netflix Reviewed by: emaste, brooks (he suggested this) Differential Revision: https://reviews.freebsd.org/D34141 Makefile.libcompat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- You are receiving this mail because: You are the assignee for the bug.