From owner-freebsd-stable Sat Jul 22 7:24: 9 2000 Delivered-To: freebsd-stable@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id A5D8637C241 for ; Sat, 22 Jul 2000 07:24:03 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id IAA10949; Sat, 22 Jul 2000 08:24:01 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id IAA11774; Sat, 22 Jul 2000 08:23:51 -0600 (MDT) Message-Id: <200007221423.IAA11774@harmony.village.org> To: mho Subject: Re: Misleading statements in src/UPDATING Cc: freebsd-stable@FreeBSD.ORG In-reply-to: Your message of "Sat, 22 Jul 2000 03:26:42 EDT." References: Date: Sat, 22 Jul 2000 08:23:51 -0600 From: Warner Losh Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message mho writes: : 1. The very first line of the UPDATING file (1.73.2.8) says: : "Updating Information for FreeBSD current users" : : The word "current" suggest that it is only valid when tracking : -CURRENT. Which I don't think is the case so it really should be : changed to say (or am I wrong?): : : "Updating Information for FreeBSD -STABLE users" OK. It is authoritaive : 2. Just **before** all the information in the COMMON ITEMS section : (on how to build a kernel, make world, update /dev etc) is the : statement: : : 20000315: : FreeBSD 4.0 RELEASE. The rest of this file is historical ^^^^ section : and will be removed in the future. : : Which basically renders all the information after that on how to make : kernel and everything else irrelevant. So it should really be removed : or rearranged so that it is clearly stated as the Correct and Current : Way to do Things (or I am completely wrong?). No. That's supposed to just reffer to the entries after it, not the common items. : I would really appreciate if someone could enlighten me on this, and : tell me exactly whether the UPDATING file is relevant to -STABLE, and : whether the COMMON ITEMS section is actual up to date information on : how to upgrade or only old historical information. Yes. It is relevant. : Also is the precedure in how "To build a kernel" (more precisely, : using make buildkernel) applicable only when upgrading from 3.x to : 4.0? or for any upgrade within 4.0-STABLE? (did the problem with : binutils only affected people coming from 3.0 or also from : 4.0-RELEASE?) It is applicable whenever you update sources. It takes care of all the dependencies that occur between arbitrary points in the project. You may get lucky and not need to do it, but if you don't do it and something fails, you are on your own. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message