aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorGreg Schafer <greg@linuxfromscratch.org>2003-12-22 09:32:12 +0000
committerGreg Schafer <greg@linuxfromscratch.org>2003-12-22 09:32:12 +0000
commitb3adaba4a1a7ef6e2bbc15d922543fd7bc2277dc (patch)
tree417b2da8c67fb2399c552f7079aec0c3c9777246 /chapter05
parent1a73ed411ef9feadd594061ca1f2d9e906bbc7d2 (diff)
Tiny whitespace fixups within build commands.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3142 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/binutils-pass2.xml2
-rw-r--r--chapter05/findutils.xml2
-rw-r--r--chapter05/grep.xml2
-rw-r--r--chapter05/make.xml2
-rw-r--r--chapter05/ncurses.xml2
-rw-r--r--chapter05/patch.xml2
-rw-r--r--chapter05/sed.xml2
-rw-r--r--chapter05/tar.xml2
-rw-r--r--chapter05/utillinux.xml2
9 files changed, 9 insertions, 9 deletions
diff --git a/chapter05/binutils-pass2.xml b/chapter05/binutils-pass2.xml
index 3bc4ffe24..60518355b 100644
--- a/chapter05/binutils-pass2.xml
+++ b/chapter05/binutils-pass2.xml
@@ -35,7 +35,7 @@ variables that override the default optimization flags.</para>
<para>Compile the package:</para>
-<screen><userinput>make </userinput></screen>
+<screen><userinput>make</userinput></screen>
<note><para>It's worth pointing out that running the Binutils test suite here
is considered not as important as running it in
diff --git a/chapter05/findutils.xml b/chapter05/findutils.xml
index 19cf03288..d682baa7d 100644
--- a/chapter05/findutils.xml
+++ b/chapter05/findutils.xml
@@ -19,7 +19,7 @@ Estimated required disk space: &findutils-compsize-tools;</screen>
<para>Compile the package:</para>
-<screen><userinput>make </userinput></screen>
+<screen><userinput>make</userinput></screen>
<para>This package has a test suite available which can perform a number of
checks to ensure it built correctly. Should you choose to run it, the
diff --git a/chapter05/grep.xml b/chapter05/grep.xml
index f5e06b0df..d1363296c 100644
--- a/chapter05/grep.xml
+++ b/chapter05/grep.xml
@@ -32,7 +32,7 @@ the code from Glibc, which is known to be slightly buggy.</para></listitem>
<para>Compile the programs:</para>
-<screen><userinput>make </userinput></screen>
+<screen><userinput>make</userinput></screen>
<para>This package has a test suite available which can perform a number of
checks to ensure it built correctly. Should you choose to run it, the
diff --git a/chapter05/make.xml b/chapter05/make.xml
index 6307edb8f..aca705f83 100644
--- a/chapter05/make.xml
+++ b/chapter05/make.xml
@@ -19,7 +19,7 @@ Estimated required disk space: &make-compsize-tools;</screen>
<para>Compile the program:</para>
-<screen><userinput>make </userinput></screen>
+<screen><userinput>make</userinput></screen>
<para>This package has a test suite available which can perform a number of
checks to ensure it built correctly. Should you choose to run it, the
diff --git a/chapter05/ncurses.xml b/chapter05/ncurses.xml
index 045bd3412..4c4608cc3 100644
--- a/chapter05/ncurses.xml
+++ b/chapter05/ncurses.xml
@@ -39,7 +39,7 @@ ensure that other packages can find the Ncurses headers successfully.</para>
<para>Compile the programs and libraries:</para>
-<screen><userinput>make </userinput></screen>
+<screen><userinput>make</userinput></screen>
<para>Then install them and their documentation:</para>
diff --git a/chapter05/patch.xml b/chapter05/patch.xml
index fc4e874bf..7c8b17b81 100644
--- a/chapter05/patch.xml
+++ b/chapter05/patch.xml
@@ -22,7 +22,7 @@ on the PowerPC platform. On other architectures you can leave it out.</para>
<para>Compile the program:</para>
-<screen><userinput>make </userinput></screen>
+<screen><userinput>make</userinput></screen>
<para>Then install it and its documentation:</para>
diff --git a/chapter05/sed.xml b/chapter05/sed.xml
index 0e202650f..2bf608284 100644
--- a/chapter05/sed.xml
+++ b/chapter05/sed.xml
@@ -19,7 +19,7 @@ Estimated required disk space: &sed-compsize-tools;</screen>
<para>Compile the program:</para>
-<screen><userinput>make </userinput></screen>
+<screen><userinput>make</userinput></screen>
<para>This package has a test suite available which can perform a number of
checks to ensure it built correctly. Should you choose to run it, the
diff --git a/chapter05/tar.xml b/chapter05/tar.xml
index 50bdd5aba..5274b6905 100644
--- a/chapter05/tar.xml
+++ b/chapter05/tar.xml
@@ -19,7 +19,7 @@ Estimated required disk space: &tar-compsize-tools;</screen>
<para>Compile the programs:</para>
-<screen><userinput>make </userinput></screen>
+<screen><userinput>make</userinput></screen>
<para>This package has a test suite available which can perform a number of
checks to ensure it built correctly. Should you choose to run it, the
diff --git a/chapter05/utillinux.xml b/chapter05/utillinux.xml
index 33c79ff99..841721679 100644
--- a/chapter05/utillinux.xml
+++ b/chapter05/utillinux.xml
@@ -17,7 +17,7 @@ Estimated required disk space: &util-linux-compsize-tools;</screen>
the /tools directory. This is fixed by altering the configure script:</para>
<screen><userinput>cp configure configure.backup
-sed "s@/usr/include@/tools/include@g" configure.backup &gt; configure</userinput> </screen>
+sed "s@/usr/include@/tools/include@g" configure.backup &gt; configure</userinput></screen>
<para>Prepare Util-linux for compilation:</para>