diff options
author | imp <imp@FreeBSD.org> | 2010-03-03 21:08:44 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2010-03-03 21:08:44 +0000 |
commit | 88d5aa8df2bd20d7d4f5fb3c98f47318a546148a (patch) | |
tree | 8b8df0577070f2c49df8942775085ba83fc48adf /Makefile | |
parent | 38947f277771d732c1b71f9fff319fd67823d87c (diff) | |
download | FreeBSD-src-88d5aa8df2bd20d7d4f5fb3c98f47318a546148a.zip FreeBSD-src-88d5aa8df2bd20d7d4f5fb3c98f47318a546148a.tar.gz |
Give make kernel-toolchain a one-liner here. Although documented in
build(7), many people look here for a quick reminder...
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |