From owner-freebsd-bugs@FreeBSD.ORG Sat Feb 25 20:20:03 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9B1916A420 for ; Sat, 25 Feb 2006 20:20:03 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D9A043D46 for ; Sat, 25 Feb 2006 20:20:03 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k1PKK32E014006 for ; Sat, 25 Feb 2006 20:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1PKK3rK014005; Sat, 25 Feb 2006 20:20:03 GMT (envelope-from gnats) Resent-Date: Sat, 25 Feb 2006 20:20:03 GMT Resent-Message-Id: <200602252020.k1PKK3rK014005@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "\"Josh Paetzel\" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49B4516A420 for ; 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 ; 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\" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.7 Cc: Subject: 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: Sat, 25 Feb 2006 20:20:04 -0000 >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: