Date: Sat, 25 May 2024 20:06:43 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 275741] sys/modules: Fix processing of WITHOUT_MODULES Message-ID: <bug-275741-227-ID9sIxMSAc@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-275741-227@https.bugs.freebsd.org/bugzilla/> References: <bug-275741-227@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=3D275741 Joshua Kinard <freebsd@kumba.dev> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #247035|0 |1 is obsolete| | --- Comment #3 from Joshua Kinard <freebsd@kumba.dev> --- Created attachment 250958 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D250958&action= =3Dedit Fix processing of WITHOUT_MODULES v3 Updating the proposed patch to recent -CURRENT. Other fixes: - Fixed a spot where I was applying the include for the new 'kmod.without= .mk' logic on sys/modules/otus/Makefile, which doesn't have a SUBDIR variable defined; this needed to actually be applied to sys/modules/otusfw/Makefile. - Added the include to sys/modules/cxgbe/Makefile, which was missed in the last version of the patch. - Added the include to sys/modules/nvmf/Makefile (which looks like a recently-added module) - Added the include to sys/modules/pms/Makefile, which has a SUBDIR varia= ble in it, but it is currently commented out, so this is for the future should = that variable ever be uncommented. --=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-275741-227-ID9sIxMSAc>