svn commit: r275138 - head/tools/build/options

Glen Barber gjb at FreeBSD.org
Wed Nov 26 20:43:11 UTC 2014


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.


More information about the svn-src-head mailing list