mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Tiny whitespace fixups within build commands.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3142 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
1a73ed411e
commit
b3adaba4a1
@ -35,7 +35,7 @@ variables that override the default optimization flags.</para>
|
|||||||
|
|
||||||
<para>Compile the package:</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
|
<note><para>It's worth pointing out that running the Binutils test suite here
|
||||||
is considered not as important as running it in
|
is considered not as important as running it in
|
||||||
|
@ -19,7 +19,7 @@ Estimated required disk space: &findutils-compsize-tools;</screen>
|
|||||||
|
|
||||||
<para>Compile the package:</para>
|
<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
|
<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
|
checks to ensure it built correctly. Should you choose to run it, the
|
||||||
|
@ -32,7 +32,7 @@ the code from Glibc, which is known to be slightly buggy.</para></listitem>
|
|||||||
|
|
||||||
<para>Compile the programs:</para>
|
<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
|
<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
|
checks to ensure it built correctly. Should you choose to run it, the
|
||||||
|
@ -19,7 +19,7 @@ Estimated required disk space: &make-compsize-tools;</screen>
|
|||||||
|
|
||||||
<para>Compile the program:</para>
|
<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
|
<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
|
checks to ensure it built correctly. Should you choose to run it, the
|
||||||
|
@ -39,7 +39,7 @@ ensure that other packages can find the Ncurses headers successfully.</para>
|
|||||||
|
|
||||||
<para>Compile the programs and libraries:</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>
|
<para>Then install them and their documentation:</para>
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ on the PowerPC platform. On other architectures you can leave it out.</para>
|
|||||||
|
|
||||||
<para>Compile the program:</para>
|
<para>Compile the program:</para>
|
||||||
|
|
||||||
<screen><userinput>make </userinput></screen>
|
<screen><userinput>make</userinput></screen>
|
||||||
|
|
||||||
<para>Then install it and its documentation:</para>
|
<para>Then install it and its documentation:</para>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ Estimated required disk space: &sed-compsize-tools;</screen>
|
|||||||
|
|
||||||
<para>Compile the program:</para>
|
<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
|
<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
|
checks to ensure it built correctly. Should you choose to run it, the
|
||||||
|
@ -19,7 +19,7 @@ Estimated required disk space: &tar-compsize-tools;</screen>
|
|||||||
|
|
||||||
<para>Compile the programs:</para>
|
<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
|
<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
|
checks to ensure it built correctly. Should you choose to run it, the
|
||||||
|
@ -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>
|
the /tools directory. This is fixed by altering the configure script:</para>
|
||||||
|
|
||||||
<screen><userinput>cp configure configure.backup
|
<screen><userinput>cp configure configure.backup
|
||||||
sed "s@/usr/include@/tools/include@g" configure.backup > configure</userinput> </screen>
|
sed "s@/usr/include@/tools/include@g" configure.backup > configure</userinput></screen>
|
||||||
|
|
||||||
<para>Prepare Util-linux for compilation:</para>
|
<para>Prepare Util-linux for compilation:</para>
|
||||||
|
|
||||||
|
@ -145,7 +145,7 @@ password file has been created.</para>
|
|||||||
a directory tree. Issuing the following commands will create a more or less
|
a directory tree. Issuing the following commands will create a more or less
|
||||||
standard tree:</para>
|
standard tree:</para>
|
||||||
|
|
||||||
<screen><userinput>mkdir -p /{bin,boot,dev/{pts,shm},etc/opt,home,lib,mnt,proc}
|
<screen><userinput>mkdir -p /{bin,boot,dev/{pts,shm},etc/opt,home,lib,mnt,proc}
|
||||||
mkdir -p /{root,sbin,tmp,usr/local,var,opt}
|
mkdir -p /{root,sbin,tmp,usr/local,var,opt}
|
||||||
for dirname in /usr /usr/local
|
for dirname in /usr /usr/local
|
||||||
do
|
do
|
||||||
|
@ -41,7 +41,7 @@ output the name of your time zone, something like <emphasis>EST5EDT</emphasis>
|
|||||||
or <emphasis>Canada/Eastern</emphasis>. Then create the
|
or <emphasis>Canada/Eastern</emphasis>. Then create the
|
||||||
<filename>/etc/localtime</filename> file by running:</para>
|
<filename>/etc/localtime</filename> file by running:</para>
|
||||||
|
|
||||||
<screen><userinput>cp --remove-destination /usr/share/zoneinfo/Canada/Eastern /etc/localtime </userinput></screen>
|
<screen><userinput>cp --remove-destination /usr/share/zoneinfo/Canada/Eastern /etc/localtime</userinput></screen>
|
||||||
|
|
||||||
<para>The meaning of the option:</para>
|
<para>The meaning of the option:</para>
|
||||||
|
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
"/usr/share/docbook/docbookx.dtd" [
|
"/usr/share/docbook/docbookx.dtd" [
|
||||||
|
|
||||||
|
|
||||||
<!ENTITY version "CVS-20031217">
|
<!ENTITY version "CVS-20031222">
|
||||||
<!ENTITY releasedate "December 17th, 2003">
|
<!ENTITY releasedate "December 22nd, 2003">
|
||||||
<!ENTITY milestone "5.1">
|
<!ENTITY milestone "5.1">
|
||||||
<!ENTITY nbsp " ">
|
<!ENTITY nbsp " ">
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user