From owner-cvs-all@FreeBSD.ORG Fri Jul 16 02:51:28 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 EEE0416A4CE; Fri, 16 Jul 2004 02:51:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0A7F43D39; Fri, 16 Jul 2004 02:51:28 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6G2pSLs080489; Fri, 16 Jul 2004 02:51:28 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6G2pSts080488; Fri, 16 Jul 2004 02:51:28 GMT (envelope-from marcel) Message-Id: <200407160251.i6G2pSts080488@repoman.freebsd.org> From: Marcel Moolenaar Date: Fri, 16 Jul 2004 02:51:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jul 2004 02:51:29 -0000 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. Reviewed, tested and scrutinized by: gad@ Revision Changes Path 1.301 +16 -2 src/Makefile