From owner-freebsd-bugs@FreeBSD.ORG Mon Jan 28 16:07:05 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8EE6616A4D8; Mon, 28 Jan 2008 16:07:05 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7F66C13C504; Mon, 28 Jan 2008 16:07:05 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from freefall.freebsd.org (gavin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m0SG75c3043645; Mon, 28 Jan 2008 16:07:05 GMT (envelope-from gavin@freefall.freebsd.org) Received: (from gavin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m0SG74wp043641; Mon, 28 Jan 2008 16:07:04 GMT (envelope-from gavin) Date: Mon, 28 Jan 2008 16:07:04 GMT Message-Id: <200801281607.m0SG74wp043641@freefall.freebsd.org> To: josh@tcbug.org, gavin@FreeBSD.org, freebsd-bugs@FreeBSD.org, gavin@FreeBSD.org From: gavin@FreeBSD.org Cc: Subject: Re: misc/93838: [patch] Add notice to /usr/src/Makefile that make world is depricated X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jan 2008 16:07:05 -0000 Synopsis: [patch] Add notice to /usr/src/Makefile that make world is depricated State-Changed-From-To: open->closed State-Changed-By: gavin State-Changed-When: Mon Jan 28 15:59:33 UTC 2008 State-Changed-Why: "make world" is not entirely deprecated - it still has a use for people installing jails, and for people who know exactly what they are doing. Additinally, "make world" will print a message when invoked outside of those two circumstances, explaining this. Given that, I think adding a comment into the makefile is probably unnecessary, as well as being misleading for the above reasons. Responsible-Changed-From-To: freebsd-bugs->gavin Responsible-Changed-By: gavin Responsible-Changed-When: Mon Jan 28 15:59:33 UTC 2008 Responsible-Changed-Why: "make world" is not entirely deprecated - it still has a use for people installing jails, and for people who know exactly what they are doing. Additinally, "make world" will print a message when invoked outside of those two circumstances, explaining this. Given that, I think adding a comment into the makefile is probably unnecessary, as well as being misleading for the above reasons. http://www.freebsd.org/cgi/query-pr.cgi?pr=93838