Skip site navigation (1)Skip section navigation (2)
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:   misc/93838: [patch] Add notice to /usr/src/Makefile that make world is depricated
Message-ID:  <1140898286.18007@gimpy.tcbug.org>
Resent-Message-ID: <200602252020.k1PKK3rK014005@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 25 20:20:02 GMT 2006
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1140898286.18007>