https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=184176
Bjoern A. Zeeb <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |vimage CC| |[email protected] --- Comment #6 from Bjoern A. Zeeb <[email protected]> --- (a) it should be WITHOUT_VIMAGE as that is the current default and you need other places as well to properly add much an option. (b) it's a kernel config file option and not a build/make option; to my very best knowledge all user space changes were designed to be able to dynamically cope with VIMAGE (and really only libkvm comes to my mind currently) (c) and make.conf to me seems the entirely wrong granularity for this. (d) lastly see SRCS.* in HEAD and sys/conf/kern.opts.mk which is getting a lot closer to what you are looking for (along with a kernel build tree) though those seem to be driven from src.conf, which I hadn't realised; we should find people who understand what the design had in mind. I would love to have these things derived from a kernel config file really but I am staying out of that make foo. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
