Author: imp Date: Wed Mar 3 21:08:44 2010 New Revision: 204661 URL: http://svn.freebsd.org/changeset/base/204661
Log: Give make kernel-toolchain a one-liner here. Although documented in build(7), many people look here for a quick reminder... Modified: head/Makefile Modified: head/Makefile ============================================================================== --- head/Makefile Wed Mar 3 20:28:35 2010 (r204660) +++ head/Makefile Wed Mar 3 21:08:44 2010 (r204661) @@ -15,6 +15,7 @@ # reinstallkernel - Reinstall the kernel and the kernel-modules. # reinstallkernel.debug # kernel - buildkernel + installkernel. +# kernel-toolchain - Builds the subset of world necessary to build a kernel # doxygen - Build API documentation of the kernel, needs doxygen. # update - Convenient way to update your source tree (cvs). # check-old - List obsolete directories/files/libraries. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
