Re: make_jobs
- Reply: Jamie Landeg-Jones : "Re: make_jobs"
- In reply to: Mark Millard : "RE: make_jobs"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 10 Nov 2025 07:13:19 UTC
On Sat, Nov 08, 2025 at 09:45:23PM -0800, Mark Millard wrote: >Do you use a poudriere(-devel)? Do you build ports or >port-packages some other way? I do but not one servicing this particular instance. >So /etc/make.conf (normally) is not specific to building ports >or port-packages: it is also used for system builds. If you >list things documented to be for /etc/src.conf in /etc/make.conf >then system builds will use them but port/port-package builds >would happen to ignore them (despite the definitions being in >place). For my thinking, it'd be more logical to have ports modules in src.conf because they need to be built when the kernel is built because kernel and modules need to be kept in sync, and src.conf is processed when kernel sources are built. I didn't expect that make.conf was processed as well, for *base* --