From owner-freebsd-hackers Mon Sep 18 8: 5: 5 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from orvieto.eecs.harvard.edu (orvieto.eecs.harvard.edu [140.247.60.201]) by hub.freebsd.org (Postfix) with ESMTP id 4E22F37B43C for ; Mon, 18 Sep 2000 08:05:03 -0700 (PDT) Received: from localhost (stein@localhost) by orvieto.eecs.harvard.edu (8.9.3/8.9.3) with ESMTP id LAA16788 for ; Mon, 18 Sep 2000 11:19:17 -0400 (EDT) (envelope-from stein@eecs.harvard.edu) X-Authentication-Warning: orvieto.eecs.harvard.edu: stein owned process doing -bs Date: Mon, 18 Sep 2000 11:19:17 -0400 (EDT) From: Christopher Stein To: hackers@freebsd.org Subject: 4.1 make world and cvsup release field Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I don't wish to jump all the way forward to -CURRENT, but would like to bring my 3.3 system up to 4.1 (would like to go beyond 4.0 for kqueue() and fxp PEX support). I would like to do this via cvsup and `make world'. My understanding is that `make world' is just buildworld followed by installworld, each a single monolithic step. Hhmm.. it seems to me that some build stages will not work without some other elements being installed. For example, my current modified 4.1 kernel will not build on a 3.3 system due to the old binutils (2.9.1 vs. 2.10). So how can a `make world' work in a monolithic build then install sequence? How do I specify 4.1 in the release field of my supfile? (The man page isn't too enlightening. Says "The supfile is as described in sup(1)". `man sup` turns up nothing. An additional blurb on the release=releasename keyword talks about traditional sup and recommends using releasename=cvs.) thanks -Chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message