From owner-svn-src-all@FreeBSD.ORG Wed Nov 26 20:43:11 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8517D381; Wed, 26 Nov 2014 20:43:11 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 575B6F6B; Wed, 26 Nov 2014 20:43:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAQKhBlV056731; Wed, 26 Nov 2014 20:43:11 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAQKhAPA056725; Wed, 26 Nov 2014 20:43:10 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201411262043.sAQKhAPA056725@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Wed, 26 Nov 2014 20:43:10 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r275138 - head/tools/build/options X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2014 20:43:11 -0000 Author: gjb Date: Wed Nov 26 20:43:09 2014 New Revision: 275138 URL: https://svnweb.freebsd.org/changeset/base/275138 Log: Whitespace cleanup to fix rendering nits in src.conf(5). Sponsored by: The FreeBSD Foundation Modified: head/tools/build/options/WITHOUT_CROSS_COMPILER head/tools/build/options/WITHOUT_INCLUDES head/tools/build/options/WITHOUT_RCS head/tools/build/options/WITH_FMAKE Modified: head/tools/build/options/WITHOUT_CROSS_COMPILER ============================================================================== --- head/tools/build/options/WITHOUT_CROSS_COMPILER Wed Nov 26 20:34:05 2014 (r275137) +++ head/tools/build/options/WITHOUT_CROSS_COMPILER Wed Nov 26 20:43:09 2014 (r275138) @@ -1,13 +1,13 @@ .\" $FreeBSD$ Set to not build any cross compiler in the cross-tools stage of buildworld. If you are compiling a different version of -.Fx +.Fx than what is installed on the system, you will need to provide an alternate compiler with XCC to ensure success. If you are compiling with an identical version of -.Fx +.Fx to the host, this option may be safely used. This option may also be safe when the host version of -.Fx +.Fx is close to the sources being built, but all bets are off if there have been any changes to the toolchain between the versions. Modified: head/tools/build/options/WITHOUT_INCLUDES ============================================================================== --- head/tools/build/options/WITHOUT_INCLUDES Wed Nov 26 20:34:05 2014 (r275137) +++ head/tools/build/options/WITHOUT_INCLUDES Wed Nov 26 20:43:09 2014 (r275138) @@ -1,8 +1,7 @@ .\" $FreeBSD$ Set to not install header files. -This option used to be spelled +This option used to be spelled .Va NO_INCS . .Bf -symbolic The option does not work for build targets. .Ef - Modified: head/tools/build/options/WITHOUT_RCS ============================================================================== --- head/tools/build/options/WITHOUT_RCS Wed Nov 26 20:34:05 2014 (r275137) +++ head/tools/build/options/WITHOUT_RCS Wed Nov 26 20:43:09 2014 (r275138) @@ -1,6 +1,5 @@ .\" $FreeBSD$ Set to not build -.Xr rcs 1 -, -.Xr etcupdate 8 -, and related utilities. +.Xr rcs 1 , +.Xr etcupdate 8 , +and related utilities. Modified: head/tools/build/options/WITH_FMAKE ============================================================================== --- head/tools/build/options/WITH_FMAKE Wed Nov 26 20:34:05 2014 (r275137) +++ head/tools/build/options/WITH_FMAKE Wed Nov 26 20:43:09 2014 (r275138) @@ -1,4 +1,4 @@ .\" $FreeBSD$ -Causes the old FreeBSD +Causes the old FreeBSD .Xr make 1 program to be built and installed as fmake.