From owner-freebsd-stable Thu Sep 28 13:28:58 2000 Delivered-To: freebsd-stable@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id A392837B423 for ; Thu, 28 Sep 2000 13:28:48 -0700 (PDT) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id NAA90346; Thu, 28 Sep 2000 13:28:45 -0700 (PDT) (envelope-from obrien) Date: Thu, 28 Sep 2000 13:28:45 -0700 From: "David O'Brien" To: Makoto MATSUSHITA Cc: stable@FreeBSD.ORG Subject: Re: cvs commit: src/release Makefile Message-ID: <20000928132844.B90273@dragon.nuxi.com> Reply-To: obrien@FreeBSD.ORG References: <88250.970121205@winston.osd.bsdi.com> <20000928191010H.matusita@jp.FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000928191010H.matusita@jp.FreeBSD.org>; from matusita@jp.FreeBSD.org on Thu, Sep 28, 2000 at 07:10:10PM +0900 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Sep 28, 2000 at 07:10:10PM +0900, Makoto MATSUSHITA wrote: > But wait, wait a minute... > > If you wanna say "make release", you already know about that an > exciting, cool, and misterious world is there. Why not adding > vn_load="YES" to your loader.conf and reboot ? 1. No one has given an argument about what is so wrong about explicitly running kldload(8). And before someone says "just remember to run it before you type `make release'", then I'll argue why even have a release Makefile when one could just type all the commands in by hand. 2. At least the way I've been doing the last 4.x Alpha releases I've built (including snapshots), I grab an Alpha, install the latest FreeBSD 4.x I have on CDROM -- blowing away what ever was on the box. Turning the knob in sysinstall that I want Amd. Make a symlink to my CVS repo, ``cd /usr/src ; make buildworld ; cd /usr/src/release ; make release'' So I am using a GENERIC kernel and stock world. I don't want to have to spend any more time configuring the build box then necessary. > Why not making a shell script to kick vnconfig(8) before running make > release ? Why not just put it in the release Makefile. Makefile+make(1) is a glorified script. -- -- David (obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message