Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Sep 2001 17:01:39 +0200
From:      Mark Rowlands <mark.rowlands@minmail.net>
To:        Bsd Newbie <bsdneophyte@yahoo.com>, freebsd-questions@FreeBSD.ORG
Subject:   Re: compile kernel first or make world first?
Message-ID:  <20010925150141.AE9C437B40A@hub.freebsd.org>
In-Reply-To: <20010925063858.72609.qmail@web20107.mail.yahoo.com>
References:  <20010925063858.72609.qmail@web20107.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010925150141.AE9C437B40A>