diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-02-11 20:09:22 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-02-11 20:09:22 +0000 |
commit | 2ca8941c1fd5739874e4c29bd5ad176b21587a3d (patch) | |
tree | 1b004a17a2583b2df6608c2e47870b73f102b5ee /chapter05 | |
parent | c0220ed5ba7ba1e225c98fa61ada101103548bf3 (diff) |
Remove trailing whitespace from all files.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10121 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/adjusting.xml | 2 | ||||
-rw-r--r-- | chapter05/binutils-pass1.xml | 4 | ||||
-rw-r--r-- | chapter05/check.xml | 2 | ||||
-rw-r--r-- | chapter05/e2fsprogs.xml | 2 | ||||
-rw-r--r-- | chapter05/gcc-pass2.xml | 4 | ||||
-rw-r--r-- | chapter05/generalinstructions.xml | 8 | ||||
-rw-r--r-- | chapter05/glibc.xml | 2 | ||||
-rw-r--r-- | chapter05/linux-headers.xml | 2 |
8 files changed, 13 insertions, 13 deletions
diff --git a/chapter05/adjusting.xml b/chapter05/adjusting.xml index 7372e4cdd..7179233d2 100644 --- a/chapter05/adjusting.xml +++ b/chapter05/adjusting.xml @@ -36,7 +36,7 @@ <screen><userinput>SPECS=`dirname $($LFS_TGT-gcc -print-libgcc-file-name)`/specs $LFS_TGT-gcc -dumpspecs | sed \ -e 's@/lib\(64\)\?/ld@/tools&@g' \ - -e "/^\*cpp:$/{n;s,$, -isystem /tools/include,}" > $SPECS + -e "/^\*cpp:$/{n;s,$, -isystem /tools/include,}" > $SPECS echo "New specs file is: $SPECS" unset SPECS</userinput></screen> diff --git a/chapter05/binutils-pass1.xml b/chapter05/binutils-pass1.xml index a396780ef..decec8b6f 100644 --- a/chapter05/binutils-pass1.xml +++ b/chapter05/binutils-pass1.xml @@ -43,7 +43,7 @@ <sect2 role="installation"> <title>Installation of Cross Binutils</title> - <note><para>Go back and re-read the notes in the previous section. + <note><para>Go back and re-read the notes in the previous section. Understanding the notes labeled important will save you a lot of problems later.</para></note> @@ -126,7 +126,7 @@ cd ../binutils-build</userinput></screen> temporary tools.</para> </listitem> </varlistentry> - + <varlistentry> <term><parameter>--disable-werror</parameter></term> <listitem> diff --git a/chapter05/check.xml b/chapter05/check.xml index e8c7bafcd..a805bfab5 100644 --- a/chapter05/check.xml +++ b/chapter05/check.xml @@ -54,7 +54,7 @@ <screen><userinput remap="test">make check</userinput></screen> - <para>Note that the Check test suite may take a relatively long + <para>Note that the Check test suite may take a relatively long (up to 4 SBU) time.</para> <para>Install the package:</para> diff --git a/chapter05/e2fsprogs.xml b/chapter05/e2fsprogs.xml index a8f111b14..9ebbba792 100644 --- a/chapter05/e2fsprogs.xml +++ b/chapter05/e2fsprogs.xml @@ -80,7 +80,7 @@ cd build</userinput></screen> <screen><userinput remap="install">make install-libs</userinput></screen> - <para>Make the installed static libraries writable so debugging symbols can + <para>Make the installed static libraries writable so debugging symbols can be removed later:</para> <screen><userinput remap="install">chmod -v u+w \ diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml index 9bbca7839..6c936debc 100644 --- a/chapter05/gcc-pass2.xml +++ b/chapter05/gcc-pass2.xml @@ -62,7 +62,7 @@ <option>-fomit-frame-pointer</option> compiler flag. Non-bootstrap builds omit this flag by default, and the goal should be to produce a compiler that is exactly the same as if it were bootstrapped. Apply the following - <command>sed</command> command to force the build to use the flag:</para> + <command>sed</command> command to force the build to use the flag:</para> <screen><userinput remap="pre">cp -v gcc/Makefile.in{,.tmp} sed 's/^T_CFLAGS =$/& -fomit-frame-pointer/' gcc/Makefile.in.tmp \ @@ -189,7 +189,7 @@ RANLIB=$LFS_TGT-ranlib \ iterations are compared to make sure it can reproduce itself flawlessly. This also implies that it was compiled correctly. However, the LFS build method should provide a solid compiler - without the need to bootstrap each time.</para> + without the need to bootstrap each time.</para> </listitem> </varlistentry> diff --git a/chapter05/generalinstructions.xml b/chapter05/generalinstructions.xml index c1caca30b..72f460066 100644 --- a/chapter05/generalinstructions.xml +++ b/chapter05/generalinstructions.xml @@ -10,7 +10,7 @@ <title>General Compilation Instructions</title> - <para>When building packages there are several assumptions made within + <para>When building packages there are several assumptions made within the instructions:</para> <itemizedlist> @@ -55,12 +55,12 @@ <para>The build instructions assume that the <xref linkend='pre-hostreqs'/>, including symbolic links, have been set properly:</para> - + <itemizedlist role='important'> <listitem override='bullet'><para><command>bash</command> is the shell in use.</para></listitem> - + <listitem override='bullet'><para><command>sh</command> is a symbolic link to <command>bash</command>.</para></listitem> @@ -93,7 +93,7 @@ <orderedlist numeration="loweralpha" spacing="compact"> <listitem> <para>Using the <command>tar</command> program, extract the package - to be built. In Chapter 5, ensure you are the <emphasis>lfs</emphasis> + to be built. In Chapter 5, ensure you are the <emphasis>lfs</emphasis> user when extracting the package.</para> </listitem> <listitem> diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index 9af9bafd8..642532c87 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -47,7 +47,7 @@ installed properly. Test to see if they are installed in the host system and install if they are not:</para> -<screen><userinput remap="pre">if [ ! -r /usr/include/rpc/types.h ]; then +<screen><userinput remap="pre">if [ ! -r /usr/include/rpc/types.h ]; then su -c 'mkdir -p /usr/include/rpc' su -c 'cp -v sunrpc/rpc/*.h /usr/include/rpc' fi</userinput></screen> diff --git a/chapter05/linux-headers.xml b/chapter05/linux-headers.xml index 04340f80c..b1a0652aa 100644 --- a/chapter05/linux-headers.xml +++ b/chapter05/linux-headers.xml @@ -55,7 +55,7 @@ <para>Now test and extract the user-visible kernel headers from the source. They are placed in an intermediate local directory and copied to the needed - location because the extraction process removes any existing files in + location because the extraction process removes any existing files in the target directory.</para> <screen><userinput remap="make">make headers_check |