From owner-freebsd-questions Tue Sep 25 8: 1:47 2001 Delivered-To: freebsd-questions@freebsd.org Received: from rush.telenordia.se (mail.telenordia.se [194.213.64.42]) by hub.freebsd.org (Postfix) with SMTP id AE9C437B40A for ; Tue, 25 Sep 2001 08:01:41 -0700 (PDT) Received: (qmail 29813 invoked from network); 25 Sep 2001 17:01:40 +0200 Received: from bb-62-5-36-29.bb.tninet.se (HELO there) (62.5.36.29) by mail.telenordia.se with SMTP; 25 Sep 2001 17:01:40 +0200 Content-Type: text/plain; charset="iso-8859-1" From: Mark Rowlands To: Bsd Newbie , freebsd-questions@FreeBSD.ORG Subject: Re: compile kernel first or make world first? Date: Tue, 25 Sep 2001 17:01:39 +0200 X-Mailer: KMail [version 1.3] References: <20010925063858.72609.qmail@web20107.mail.yahoo.com> In-Reply-To: <20010925063858.72609.qmail@web20107.mail.yahoo.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20010925150141.AE9C437B40A@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tuesday 25 September 2001 8:38 am, Bsd Newbie wrote: > make world and then kernel or..... #!/bin/sh cvsup -g -L1 /root/sup 2>&1 > /usr/home/cs cd /usr/src make buildworld 2>&1 > /usr/home/bw && \ make buildkernel KERNCONF=MARK 2>&1 > /usr/home/bk && \ make installkernel KERNCONF=MARK 2>&1 > /usr/home/ik && \ make installworld 2>&1 > /usr/home/iw && \ mergemaster gets me there -- Don't let people drive you crazy when you know it's in walking distance. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message