[Bug 271594] WITHOUT_IPFW= breaks installworld

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 23 May 2023 20:01:38 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271594

--- Comment #4 from Mark Johnston <markj@FreeBSD.org> ---
(In reply to Anton Saietskii from comment #3)
Well it looks like your srcconf isn't getting honoured at all during
installworld for some reason.  Look at sbin/Makefile for example: the ipfw dir
is clear predicated on MK_IPFW, but the build is descending into it anyway.

Rather than submitting fifteen different bugs for the same problem, please try
narrowing it down further.  For example, does:

$ make buildworld SRCCONF=/dev/null WITHOUT_IPFW=
# make installworld SRCCONF=/dev/null WITHOUT_IPFW=

work?

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