different ways of building kernel
void <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.hackers |
|---|---|
| Message-ID | <aeVOL03oG_933uqa@int21h> |
This pertains to -current.
Apart from the usual way (make buildkernel) there is also the other,
older way:
cd /usr/src/sys/$arch/conf
config KERNELNAME
cd ../../KERNELNAME && make cleandepend && make depend
If make depend is run in this way and *then*
cd /usr/src && make buildkernel
1. are the contents of ../../KERNELNAME used in the buildkernel step
2. if filemon & meta mode is enabled and loaded, are they used in the 'make depend'
step above?
--