From owner-cvs-all@FreeBSD.ORG Tue Jul 20 01:26:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6457116A4CE; Tue, 20 Jul 2004 01:26:33 +0000 (GMT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A9A843D1F; Tue, 20 Jul 2004 01:26:33 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by TRANG.nuxi.com (8.12.11/8.12.11) with ESMTP id i6K1QWjd010866; Mon, 19 Jul 2004 18:26:32 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.11/8.12.11/Submit) id i6K1QWI5010865; Mon, 19 Jul 2004 18:26:32 -0700 (PDT) (envelope-from obrien) Date: Mon, 19 Jul 2004 18:26:32 -0700 From: "David O'Brien" To: Marcel Moolenaar Message-ID: <20040720012632.GA2277@dragon.nuxi.com> References: <200407160251.i6G2pSts080488@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407160251.i6G2pSts080488@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-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 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 01:26:33 -0000 On Fri, Jul 16, 2004 at 02:51:28AM +0000, Marcel Moolenaar wrote: > marcel 2004-07-16 02:51:28 UTC > > FreeBSD src repository > > Modified files: > . Makefile > Log: > As per discussions on current@, protect unsuspecting users from > trying to upgrade their system with make world instead of following > the preferred and suggested sequence of commands. The fact remains > that make world does not upgrade the kernel. > Allow make world when DESTDIR has been specified, including when > DESTDIR specifies the root file system. Otherwise, print a useful > warning and fail. Please back this out ASAP. 'make world' has been our documented way to update a system for the past 10 years. Changing this should be done lightly. It should be discussed on freebsd-arch@, and not in some random thread on freebsd-current@ under a subject line that gave zero indication of what was being discussed. Thank you. -- -- David (obrien@FreeBSD.org)