Module Name: src
Committed By: abs
Date: Thu Sep 20 15:48:54 UTC 2012
Modified Files:
src/share/mk: bsd.README
Log Message:
strip trailing whitespace - noted by Snader_LB on IRC
To generate a diff of this commit:
cvs rdiff -u -r1.300 -r1.301 src/share/mk/bsd.README
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/mk/bsd.README
diff -u src/share/mk/bsd.README:1.300 src/share/mk/bsd.README:1.301
--- src/share/mk/bsd.README:1.300 Thu Aug 23 21:21:16 2012
+++ src/share/mk/bsd.README Thu Sep 20 15:48:54 2012
@@ -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 @@ MKPF If "no", don't build or install th
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 @@ MKYP If "no", disables building of YP (
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_SSP If "no", disables GCC stack pro
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 @@ TOOLCHAIN_MISSING
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 @@ BUILDSYMLINKS List of two word items:
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 @@ LIBDPLIBS A list of the tuples:
${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 @@ BUILDID If set, the contents of this va
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: