Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk strip trailing whitespace - noted by Snader_LB on IRC



details:   https://anonhg.NetBSD.org/src/rev/3b751d9e2678
branches:  trunk
changeset: 781652:3b751d9e2678
user:      abs <abs%NetBSD.org@localhost>
date:      Thu Sep 20 15:48:54 2012 +0000

description:
strip trailing whitespace - noted by Snader_LB on IRC

diffstat:

 share/mk/bsd.README |  18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diffs (74 lines):

diff -r bdc68d686483 -r 3b751d9e2678 share/mk/bsd.README
--- a/share/mk/bsd.README       Wed Sep 19 23:40:03 2012 +0000
+++ b/share/mk/bsd.README       Thu Sep 20 15:48:54 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.README,v 1.300 2012/08/23 21:21:16 joerg Exp $
+#      $NetBSD: bsd.README,v 1.301 2012/09/20 15:48:54 abs Exp $
 #      @(#)bsd.README  8.2 (Berkeley) 4/2/94
 
 This is the README file for the make "include" files for the NetBSD
@@ -283,7 +283,7 @@
 
 MKPIC          If "no", don't build or install shared libraries, and
                also acts as "MKPICLIB=no"
-               Default: yes (for MACHINE_ARCHs that support it) 
+               Default: yes (for MACHINE_ARCHs that support it)
 
 MKPICINSTALL   If "no", don't install the *_pic.a libraries.
                Default: yes
@@ -357,8 +357,8 @@
                infrastructure (libraries and support programs).
                Default: yes
 
-MKZFS          If "no", do not build and install utilities and libraries 
-               used to manage ZFS file system. Do not build zfs and solaris 
+MKZFS          If "no", do not build and install utilities and libraries
+               used to manage ZFS file system. Do not build zfs and solaris
                compatibility kernel modules.
                Default: yes on i386/amd64, no elsewhere.
 
@@ -409,7 +409,7 @@
 USE_FORT       If "yes" turns on substitute wrappers for commonly used
                functions that do not do bounds checking regularly, but
                they could in some cases by using the gcc
-               __builtin_object_size() function to determine the buffer 
+               __builtin_object_size() function to determine the buffer
                size where it is known and detect buffer overflows.
                These substitute functions are in /usr/include/ssp.
                Default: depends on the part of the source tree
@@ -641,7 +641,7 @@
                If not "no", this indicates that the platform being built
                does not have a working in-tree toolchain.  If the
                ${MACHINE_ARCH} in question falls into this category,
-               TOOLCHAIN_MISSING is conditionally assigned the value "yes". 
+               TOOLCHAIN_MISSING is conditionally assigned the value "yes".
                Otherwise, the variable is unconditionally assigned the
                value "no".
                If not "no", ${MKBINUTILS}, ${MKGCC}, and ${MKGDB} are
@@ -935,7 +935,7 @@
 
 UUDECODE_FILES List of files which are stored as <file>.uue in the source
                tree. Each one will be decoded with ${TOOL_UUDECODE}.
-               The source files have a `.uue' suffix, the generated files do 
+               The source files have a `.uue' suffix, the generated files do
                not.
 
 UUDECODE_FILES_RENAME_<fn>
@@ -1132,7 +1132,7 @@
                                    ${LIBDO.libname}/liblibname.a   added.
 
                This variable may be used for individual libraries, as
-               well as in parent directories to cache common libraries 
+               well as in parent directories to cache common libraries
                as a build-time optimization.
 
 The include file <bsd.lib.mk> includes the file named "../Makefile.inc"
@@ -1274,7 +1274,7 @@
 
 The include file <bsd.prog.mk> handles building programs from one or
 more source files, along with their manual pages.  It has a limited number
-of suffixes, consistent with the current needs of the BSD tree. 
+of suffixes, consistent with the current needs of the BSD tree.
 <bsd.prog.mk> includes <bsd.shlib.mk> to get shared library parameters.
 
 It has eight targets:



Home | Main Index | Thread Index | Old Index