From fd4528de206be0413b9e70544d934b7f9baf9b7f Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Wed, 20 Jul 2005 17:55:13 +0000 Subject: [PATCH] Add some additinal targets to allow elements of a buildworld to be independantly built. This is for debugging only. --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9fdc3733c0..5e3b4cfe98 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # # $FreeBSD: src/Makefile,v 1.234.2.19 2003/04/16 09:59:40 ru Exp $ -# $DragonFly: src/Makefile,v 1.13 2005/07/13 15:26:21 corecode Exp $ +# $DragonFly: src/Makefile,v 1.14 2005/07/20 17:55:13 dillon Exp $ # # The user-driven targets are: # @@ -78,7 +78,9 @@ TGTS= all all-man buildkernel quickkernel nativekernel \ cleandepend cleandir depend distribute distributeworld everything \ hierarchy install installcheck installkernel \ reinstallkernel installmost installworld libraries lint maninstall \ - mk most obj objlink regress rerelease tags update + mk most obj objlink regress rerelease tags update \ + _obj _includes _libraries _depend _worldtmp \ + _bootstrap-tools _obj _build-tools _cross-tools BITGTS= files includes BITGTS:=${BITGTS} ${BITGTS:S/^/build/} ${BITGTS:S/^/install/} -- 2.32.0