From josh@tcbug.org  Sat Feb 25 20:12:19 2006
Return-Path: <josh@tcbug.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 49B4516A420
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 25 Feb 2006 20:12:19 +0000 (GMT)
	(envelope-from josh@tcbug.org)
Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [216.148.227.151])
	by mx1.FreeBSD.org (Postfix) with ESMTP id F3ED243D46
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 25 Feb 2006 20:12:18 +0000 (GMT)
	(envelope-from josh@tcbug.org)
Received: from gimpy.tcbug.org (c-24-118-173-219.hsd1.mn.comcast.net[24.118.173.219])
          by comcast.net (rwcrmhc11) with SMTP
          id <20060225201218m11009tgphe>; Sat, 25 Feb 2006 20:12:18 +0000
Message-Id: <1140898286.18007@gimpy.tcbug.org>
Date: Sat, 25 Feb 2006 14:11:26 -0600
From: "Josh Paetzel" <Josh Paetzel <josh@tcbug.org>>
To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Subject: [patch] Add notice to /usr/src/Makefile that make world is depricated
X-Send-Pr-Version: gtk-send-pr 0.4.7 
X-GNATS-Notify:

>Number:         93838
>Category:       misc
>Synopsis:       [patch] Add notice to /usr/src/Makefile that make world is depricated
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gavin
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 25 20:20:02 GMT 2006
>Closed-Date:    Mon Jan 28 16:07:06 UTC 2008
>Last-Modified:  Mon Jan 28 16:07:06 UTC 2008
>Originator:     Josh Paetzel
>Release:        FreeBSD 6.0-RELEASE-p4 i386
>Organization:
>Environment:


System: FreeBSD 6.0-RELEASE-p4 #6: Thu Feb  9 22:50:04 CST 2006
    jpaetzel@gimpy.tcbug.org:/usr/obj/usr/src/sys/GENERIC



>Description:


/usr/src/Makefile says make world does a make buildworld followed by a make installworld  It should be documented in the Makefile that make world is depricated.


>How-To-Repeat:


cd /usr/src/
grep world Makefile


>Fix:


Apply this patch

--- Makefile.old        Sat Feb 25 14:04:46 2006
+++ Makefile    Sat Feb 25 14:05:27 2006
@@ -8,7 +8,7 @@
 # buildworld          - Rebuild *everything*, including glue to help do
 #                       upgrades.
 # installworld        - Install everything built by "buildworld".
-# world               - buildworld + installworld.
+# world               - buildworld + installworld. (Depricated)
 # buildkernel         - Rebuild the kernel and the kernel-modules.
 # installkernel       - Install the kernel and the kernel-modules.
 # installkernel.debug


>Release-Note:
>Audit-Trail:

From: "Xin LI" <delphij@gmail.com>
To: "Josh Paetzel" <josh@tcbug.org>
Cc: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Subject: Re: misc/93838: [patch] Add notice to /usr/src/Makefile that make world is depricated
Date: Sun, 26 Feb 2006 04:36:04 +0800

 Hi, Josh,
 
 On 2/26/06, Josh Paetzel <Josh Paetzel <josh@tcbug.org> wrote:
 > Apply this patch
 >
 > --- Makefile.old        Sat Feb 25 14:04:46 2006
 > +++ Makefile    Sat Feb 25 14:05:27 2006
 > @@ -8,7 +8,7 @@
 >  # buildworld          - Rebuild *everything*, including glue to help do
 >  #                       upgrades.
 >  # installworld        - Install everything built by "buildworld".
 > -# world               - buildworld + installworld.
 > +# world               - buildworld + installworld. (Depricated)
 >  # buildkernel         - Rebuild the kernel and the kernel-modules.
 >  # installkernel       - Install the kernel and the kernel-modules.
 >  # installkernel.debug
 
 This one is more or less complicated.  "make world" is the suggested
 way when you are creating a jail(8) environment,  I (personally) think
 it is not deprecated, at least, not deprecated for the jail creation
 case...
 
 Cheers,
 --
 Xin LI <delphij@delphij.net> http://www.delphij.net
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 
>Unformatted:
