=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/stable.html,v retrieving revision 1.62 retrieving revision 1.63 diff -u -r1.62 -r1.63 --- www/stable.html 2018/03/06 22:09:12 1.62 +++ www/stable.html 2018/07/21 20:02:42 1.63 @@ -54,24 +54,24 @@

Do not attempt to go from one release to another via source. -Instead, please follow the upgrade guide for +Instead, please follow the upgrade guide for the release before compiling -stable.

Building OpenBSD -stable

Details on building OpenBSD from source are provided in steps 2 and 3 of the -release(8) manual. +release(8) manual. There is also an FAQ on building the system. If you have a number of machines to keep on the -stable branch, you may wish to make a release.

Rebuild the kernel and reboot

-Replace GENERIC with GENERIC.MP for multiprocessor systems. +Replace GENERIC.MP with GENERIC for single processor systems.
-# cd /sys/arch/$(machine)/compile/GENERIC
+# cd /sys/arch/$(machine)/compile/GENERIC.MP
 # make obj
 # make config
 # make && make install