misc/93838: [patch] Add notice to /usr/src/Makefile that make world is depricated

"Josh Paetzel" <Josh Paetzel josh at tcbug.org
Sat Feb 25 12:20:04 PST 2006


>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 at 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:


More information about the freebsd-bugs mailing list