From 589fec8b11eccc7986da155c3a7d22bc93298f86 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Wed, 3 Mar 2010 21:08:44 +0000 Subject: [PATCH] Give make kernel-toolchain a one-liner here. Although documented in build(7), many people look here for a quick reminder... --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index bd267162386a..cc7bb8698a2c 100644 --- a/Makefile +++ b/Makefile @@ -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.