Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Dec 2017 12:23:59 +0000 (UTC)
From:      Jens Schweikhardt <schweikh@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r326896 - head/share/examples/etc
Message-ID:  <201712161223.vBGCNxaO073619@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: schweikh
Date: Sat Dec 16 12:23:59 2017
New Revision: 326896
URL: https://svnweb.freebsd.org/changeset/base/326896

Log:
  Remove white space at EOL.

Modified:
  head/share/examples/etc/make.conf

Modified: head/share/examples/etc/make.conf
==============================================================================
--- head/share/examples/etc/make.conf	Sat Dec 16 11:49:30 2017	(r326895)
+++ head/share/examples/etc/make.conf	Sat Dec 16 12:23:59 2017	(r326896)
@@ -59,11 +59,11 @@
 # nonstandard optimization settings
 # before submitting bug reports without patches to the developers.
 #
-# CFLAGS.arch provides a mechanism for applying CFLAGS only when building 
-# the given architecture.  This is useful primarily on a system used for 
-# cross-building, when you have a set of flags to apply to the TARGET_ARCH 
-# being cross-built but don't want those settings applied to building the 
-# cross-tools or other components that run on the build host machine.  
+# CFLAGS.arch provides a mechanism for applying CFLAGS only when building
+# the given architecture.  This is useful primarily on a system used for
+# cross-building, when you have a set of flags to apply to the TARGET_ARCH
+# being cross-built but don't want those settings applied to building the
+# cross-tools or other components that run on the build host machine.
 #
 # CXXFLAGS controls the compiler settings used when compiling C++ code.
 # Note that CXXFLAGS is initially set to the value of CFLAGS.  If you wish



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