mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
Initial commit
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@817 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
fe5a26f21e
commit
a0994c1087
@ -1,6 +1,13 @@
|
|||||||
<sect2>
|
<sect2>
|
||||||
<title>Command explanations</title>
|
<title>Command explanations</title>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
<userinput>patch -Np1 -i ../gcc-3.0.patch:</userinput> This patch
|
||||||
|
changes the compilation options so that the make only fails on the
|
||||||
|
second error, not the first. This is required for the static build not
|
||||||
|
to fail.
|
||||||
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
<userinput>--enable-languages=c,c++:</userinput> This only builds the C
|
<userinput>--enable-languages=c,c++:</userinput> This only builds the C
|
||||||
and C++ compilers and not the other available compilers as they are, on
|
and C++ compilers and not the other available compilers as they are, on
|
||||||
|
11
chapter05/texinfo-exp.xml
Normal file
11
chapter05/texinfo-exp.xml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
<sect2>
|
||||||
|
<title>Command explanations</title>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
<userinput>patch -Np1 -i ../texinfo-4.0.patch:</userinput> This patch
|
||||||
|
fixes a problem with compiling texinfo on gcc-3.0 systems. More
|
||||||
|
specifically, it moves an #ifdef out of a printf macro in order to be
|
||||||
|
compatible.
|
||||||
|
</para>
|
||||||
|
|
||||||
|
</sect2>
|
@ -7,6 +7,7 @@ Estimated disk space required: &texinfo-compsize-static;
|
|||||||
</screen>
|
</screen>
|
||||||
|
|
||||||
&c5-texinfo-inst;
|
&c5-texinfo-inst;
|
||||||
|
&c5-texinfo-exp;
|
||||||
&aa-texinfo-desc;
|
&aa-texinfo-desc;
|
||||||
|
|
||||||
</sect1>
|
</sect1>
|
||||||
|
11
chapter06/man-exp.xml
Normal file
11
chapter06/man-exp.xml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
<sect2>
|
||||||
|
<title>Command explanations</title>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
<userinput>patch -Np1 -i ../man-1.5i2.patch:</userinput> This patch
|
||||||
|
changes man so that it uses awk instead of gawk which is the default.
|
||||||
|
We use this as LFS uses awk instead of gawk.
|
||||||
|
</para>
|
||||||
|
|
||||||
|
</sect2>
|
||||||
|
|
11
chapter06/texinfo-exp.xml
Normal file
11
chapter06/texinfo-exp.xml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
<sect2>
|
||||||
|
<title>Command explanations</title>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
<userinput>patch -Np1 -i ../texinfo-4.0.patch:</userinput> This patch
|
||||||
|
fixes a problem with compiling texinfo on gcc-3.0 systems. More
|
||||||
|
specifically, it moves an #ifdef out of a printf macro in order to be
|
||||||
|
compatible.
|
||||||
|
</para>
|
||||||
|
|
||||||
|
</sect2>
|
Loading…
Reference in New Issue
Block a user