From owner-freebsd-current@FreeBSD.ORG Tue Jul 13 21:49:29 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3240616A4CE for ; Tue, 13 Jul 2004 21:49:29 +0000 (GMT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D78543D31 for ; Tue, 13 Jul 2004 21:49:28 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.11/8.12.11) with ESMTP id i6DLnLL8026482; Tue, 13 Jul 2004 23:49:26 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Jon Disnard From: "Poul-Henning Kamp" In-Reply-To: Your message of "Tue, 13 Jul 2004 16:37:49 CDT." <40F4562D.2020101@linuxpowered.com> Date: Tue, 13 Jul 2004 23:49:21 +0200 Message-ID: <26481.1089755361@critter.freebsd.dk> Sender: phk@critter.freebsd.dk cc: Barney Wolff cc: Garance A Drosihn cc: current@freebsd.org Subject: Re: CVSUP and 5.2.1 RELEASE X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jul 2004 21:49:29 -0000 In message <40F4562D.2020101@linuxpowered.com>, Jon Disnard writes: >As an example, I think of the (20031112) statfs entry in UPDATING. >What is the sequence of "make world" again? What caused so many problems >during the statfs updates, was it not partly because of "make world"? >Correct me if I'm wrong, but I was under the impression that "make >world" does not have this sequence: I think the problem here is that people type "make world" when they shouldn't. The reason they shouldn't was because we explicitly told them not to and they either didn't read the warning/info/docs or they didn't understand them or they thought it didn't apply to them. Removing the world target will not fix that. But removing the world target will make a lot of documentation wrong, about 22900 pages of documentation according to google. Even if we think that the 22000 pieces of documentation is copies of the handbook which will automatically be fixed, that leaves 900 pages too many. Find a better solution please. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.