From owner-freebsd-doc@FreeBSD.ORG Mon Oct 10 04:50:17 2005 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C44B16A41F for ; Mon, 10 Oct 2005 04:50:17 +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 C5CE343D4C for ; Mon, 10 Oct 2005 04:50:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9A4oGCP093593 for ; Mon, 10 Oct 2005 04:50:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9A4oG1v093592; Mon, 10 Oct 2005 04:50:16 GMT (envelope-from gnats) Resent-Date: Mon, 10 Oct 2005 04:50:16 GMT Resent-Message-Id: <200510100450.j9A4oG1v093592@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Chad Castleberry Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DD2C16A41F for ; Mon, 10 Oct 2005 04:45:49 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FF1143D45 for ; Mon, 10 Oct 2005 04:45:49 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j9A4jnul011135 for ; Mon, 10 Oct 2005 04:45:49 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j9A4jn6a011134; Mon, 10 Oct 2005 04:45:49 GMT (envelope-from nobody) Message-Id: <200510100445.j9A4jn6a011134@www.freebsd.org> Date: Mon, 10 Oct 2005 04:45:49 GMT From: Chad Castleberry To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: docs/87186: Handbook recommends outdated make op. X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2005 04:50:17 -0000 >Number: 87186 >Category: docs >Synopsis: Handbook recommends outdated make op. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Mon Oct 10 04:50:16 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Chad Castleberry >Release: N/A >Organization: >Environment: N/A >Description: Handbook recommends using NOPROFILE when building world(http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html) Yet that option has been depreciated in favor of NO_PROFILE. >How-To-Repeat: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html Section 20.4.7.2 "Compile the Base System". >Fix: Simply change "make -DNOPROFILE target" to "make -DNO_PROFILE target" and "NOPROFILE= true # Avoid compiling profiled libraries" to "NO_PROFILE= true # Avoid compiling profiled libraries" >Release-Note: >Audit-Trail: >Unformatted: