Instructions say:
$ 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 /sys/arch/$(machine)/compile/GENERIC.MP
$ doas make obj
$ make config
$ make
$ doas make install
However, the GENERIC.MP directory was just removed (above) and cvs up
didn't create it.
Is the step to create the GENERIC.MP missing?
TIA,
--patrick
