Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Nov 2014 20:43:10 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r275138 - head/tools/build/options
Message-ID:  <201411262043.sAQKhAPA056725@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411262043.sAQKhAPA056725>