From owner-freebsd-questions@FreeBSD.ORG Sat Nov 29 02:03:27 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50E3516A4CE for ; Sat, 29 Nov 2003 02:03:27 -0800 (PST) Received: from snaphat.com (pcp04337577pcs.elkton01.md.comcast.net [68.33.78.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC2D943FE1 for ; Sat, 29 Nov 2003 02:03:25 -0800 (PST) (envelope-from aaron@snaphat.com) Received: from snaphat.com (localhost [127.0.0.1]) by snaphat.com (8.12.9/8.12.10) with ESMTP id hAT54g29009686; Sat, 29 Nov 2003 05:04:43 GMT (envelope-from aaron@snaphat.com) Received: (from www@localhost) by snaphat.com (8.12.9/8.12.10/Submit) id hAT54fSx009685; Sat, 29 Nov 2003 05:04:41 GMT (envelope-from aaron@snaphat.com) X-Authentication-Warning: snaphat.com: www set sender to aaron@snaphat.com using -f Received: from 68.33.78.247 (SquirrelMail authenticated user aaron) by mail.snaphat.com with HTTP; Sat, 29 Nov 2003 05:04:40 -0000 (GMT) Message-ID: <33469.68.33.78.247.1070082280.squirrel@mail.snaphat.com> In-Reply-To: <05F86560-222C-11D8-ACBD-003065A20588@mac.com> References: <001201c3b47f$a7ba0c20$6401a8c0@grog><44k75mk3fy.fsf@be-well.ilk.org> <05F86560-222C-11D8-ACBD-003065A20588@mac.com> Date: Sat, 29 Nov 2003 05:04:40 -0000 (GMT) From: "Aaron Myles Landwehr" To: "Charles Swiger" User-Agent: SquirrelMail/1.4.2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal cc: freebsd-questions@freebsd.org Subject: Re: Make world problems from 4.9 to 5.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: aaron@snaphat.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2003 10:03:27 -0000 What exactly does "make world" do?...i know sometimes i accidently type it instead of buildworld.... > On Nov 26, 2003, at 8:25 PM, Lowell Gilbert wrote: >> "make world"? Really? You don't mean "make buildworld"? >> I guess the "world" target really does need to be removed. > > Yes. Or fixed to do something more reasonable...? > > --- Makefile~ Sat Nov 29 00:02:13 2003 > +++ Makefile Sat Nov 29 00:18:07 2003 > @@ -143,6 +143,13 @@ > @cd ${.CURDIR}; ${MAKE} pre-world > .endif > @cd ${.CURDIR}; ${MAKE} buildworld > + @cd ${.CURDIR}; ${MAKE} buildkernel > + @echo > "--------------------------------------------------------------" > + @echo ">>> About to run mergemaster & 'make install*' targets" > + @echo > "--------------------------------------------------------------" > + @echo " > + @/usr/src/usr.sbin/mergemaster/mergemaster.sh -p > + @cd ${.CURDIR}; ${MAKE} -B installkernel > @cd ${.CURDIR}; ${MAKE} -B installworld > .if target(post-world) > @echo > > > -- > -Chuck