From owner-svn-doc-head@FreeBSD.ORG Sun Oct 14 15:48:06 2012 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 75965C17; Sun, 14 Oct 2012 15:48:06 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 459B78FC18; Sun, 14 Oct 2012 15:48:06 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9EFm6l3094041; Sun, 14 Oct 2012 15:48:06 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9EFm6AB094039; Sun, 14 Oct 2012 15:48:06 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201210141548.q9EFm6AB094039@svn.freebsd.org> From: Warren Block Date: Sun, 14 Oct 2012 15:48:06 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r39749 - head/en_US.ISO8859-1/books/handbook/cutting-edge X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Oct 2012 15:48:06 -0000 Author: wblock Date: Sun Oct 14 15:48:05 2012 New Revision: 39749 URL: http://svn.freebsd.org/changeset/doc/39749 Log: The typical user will experience only negative benefits from setting CFLAGS on modern versions of FreeBSD. Modified: head/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml Sun Oct 14 14:43:42 2012 (r39748) +++ head/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml Sun Oct 14 15:48:05 2012 (r39749) @@ -2034,15 +2034,14 @@ Fetching 133 new ports or files... done. used every time you run make, so it is a good idea to set them to something sensible for your system. - A typical user will probably want to copy the - CFLAGS and - NO_PROFILE lines found in + A typical user will probably want to copy and uncomment + the NO_PROFILE line found in /usr/share/examples/etc/make.conf - to /etc/make.conf and uncomment them. + to /etc/make.conf. - Examine the other definitions (COPTFLAGS, - NOPORTDOCS and so - on) and decide if they are relevant to you. + Examine the other definitions, like + NOPORTDOCS, + and decide if they are relevant to you. @@ -2865,17 +2864,6 @@ Building everything.. - Also in /etc/make.conf, set - CFLAGS to something like . The optimization - is much slower, and the optimization difference between - and is normally - negligible. lets the compiler use - pipes rather than temporary files for communication, which - saves disk access (at the expense of memory). - - - Pass the option to &man.make.1; to run multiple processes in parallel. This