UPDATING (47a42c7aed08e3a0d2fa17a43ae0d2306243845c) UPDATING (282e0f015b85e6d81677c3f108d6dfabbd7fc537)
1Updating Information for FreeBSD current users
2
3This file is maintained and copyrighted by M. Warner Losh
4<imp@village.org>. See end of file for further details. For commonly
5done items, please see the COMMON ITEMS: section later in the file.
6
7NOTE TO PEOPLE WHO THINK THAT 5.0-CURRENT IS SLOW:
8 FreeBSD 5.0-CURRENT has many debugging features turned on, in

--- 1185 unchanged lines hidden (view full) ---

1194 prefix all make commands with 'env -i '. See the env(1) manual
1195 page for more details.
1196
1197 To build a kernel
1198 -----------------
1199 If you are updating from a prior version of FreeBSD (even one just
1200 a few days old), you should follow this procedure. With a
1201 /usr/obj tree with a fresh buildworld,
1Updating Information for FreeBSD current users
2
3This file is maintained and copyrighted by M. Warner Losh
4<imp@village.org>. See end of file for further details. For commonly
5done items, please see the COMMON ITEMS: section later in the file.
6
7NOTE TO PEOPLE WHO THINK THAT 5.0-CURRENT IS SLOW:
8 FreeBSD 5.0-CURRENT has many debugging features turned on, in

--- 1185 unchanged lines hidden (view full) ---

1194 prefix all make commands with 'env -i '. See the env(1) manual
1195 page for more details.
1196
1197 To build a kernel
1198 -----------------
1199 If you are updating from a prior version of FreeBSD (even one just
1200 a few days old), you should follow this procedure. With a
1201 /usr/obj tree with a fresh buildworld,
1202 make buildkernel KERNCONF=YOUR_KERNEL_HERE
1203 make installkernel KERNCONF=YOUR_KERNEL_HERE
1202 make -DALWAYS_CHECK_MAKE buildkernel KERNCONF=YOUR_KERNEL_HERE
1203 make -DALWAYS_CHECK_MAKE installkernel KERNCONF=YOUR_KERNEL_HERE
1204
1205 To just build a kernel when you know that it won't mess you up
1206 --------------------------------------------------------------
1207 cd src/sys/{i386,alpha}/conf
1208 config KERNEL_NAME_HERE
1209 cd ../../compile/KERNEL_NAME_HERE
1210 make depend
1211 make

--- 176 unchanged lines hidden ---
1204
1205 To just build a kernel when you know that it won't mess you up
1206 --------------------------------------------------------------
1207 cd src/sys/{i386,alpha}/conf
1208 config KERNEL_NAME_HERE
1209 cd ../../compile/KERNEL_NAME_HERE
1210 make depend
1211 make

--- 176 unchanged lines hidden ---