CVSROOT: /cvs
Module name: www
Changes by: [email protected] 2016/10/14 14:10:46
Modified files:
faq : current.html
Log message:
Kernels now build in an obj directory just like the rest of the source tree.
This helps ensuring that the src tree can be read-only during builds. Some
cleanup needs to be done before updating your source trees via cvs:
$ cd /sys
$ rm -r arch/*/compile/[GR]*
$ rm arch/*/compile/.cvsignore
$ cvs up
The new way of configuring, building and installing a kernel is:
$ cd /src/sys/arch/$(machine)/compile/GENERIC.MP
$ doas make obj
$ make config
$ make
$ doas make install