Bug 263758 - patch for sys/modules/Makefile, lets src.conf list individual broken modules
Summary: patch for sys/modules/Makefile, lets src.conf list individual broken modules
Status: Closed Not Accepted
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: 12.3-STABLE
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-05-03 14:40 UTC by jhs
Modified: 2022-05-03 21:40 UTC (History)
3 users (show)

See Also:


Attachments
patch for sys/modules/Makefile (1.03 KB, patch)
2022-05-03 14:40 UTC, jhs
no flags Details | Diff
a mini test Makefile (1.08 KB, text/plain)
2022-05-03 15:40 UTC, jhs
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description jhs 2022-05-03 14:40:18 UTC
Created attachment 233700 [details]
patch for sys/modules/Makefile

Patch for sys/modules/Makefile, lets /etc/src.conf list individual broken modules.
Discussion: https://lists.freebsd.org/archives/freebsd-stable/2022-April/000733.html
Master: http://berklix.com/~jhs/src/bsd/fixes/freebsd/src/gen/sys/modules/
Comment 1 jhs 2022-05-03 15:40:52 UTC
Created attachment 233701 [details]
a mini test Makefile

add an attachment, mini test Makefile
allows one to play with for loop syntax wthout the full tree
Comment 2 Li-Wen Hsu freebsd_committer freebsd_triage 2022-05-03 17:20:14 UTC
Does WITHOUT_MODULES in make.conf(5) work here?
Comment 3 jhs 2022-05-03 21:38:10 UTC
Li-Wen Hsu <lwhsu@FreeBSD.org> asked:
> Does WITHOUT_MODULES in make.conf(5) work here?

Yes ! WITHOUT_MODULES in /etc/src.conf already does the same as my 
DUD_MODULES, & WITHOUT_MODULES is lots smaller.
Thanks to Li-Wen :-)  I will delete my patch & try to close this.