From d6c0324b5f2ebd55a4902886738a17662e3d27d9 Mon Sep 17 00:00:00 2001 From: des Date: Tue, 13 Apr 2004 13:42:01 +0000 Subject: Add a kernel-toolchain target which only builds the bits required to build a kernel. This is essentially the same as the toolchain target, except that it does not build headers and libraries. Submitted by: ru --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 540d183..76e3180 100644 --- a/Makefile +++ b/Makefile @@ -66,7 +66,7 @@ TGTS= all all-man buildkernel buildworld checkdpadd clean \ cleandepend cleandir depend distribute distributeworld everything \ hierarchy install installcheck installkernel installkernel.debug\ reinstallkernel reinstallkernel.debug installworld \ - libraries lint maninstall \ + kernel-toolchain libraries lint maninstall \ obj objlink regress rerelease tags toolchain update \ _worldtmp _legacy _bootstrap-tools _cleanobj _obj \ _build-tools _cross-tools _includes _libraries _depend -- cgit v1.1