mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 11:19:19 +01:00
chapter06/Diffutils: Elaborate what the sed does.
This commit is contained in:
parent
d470cdb21c
commit
9103be9005
@ -43,7 +43,10 @@
|
|||||||
<sect2 role="installation">
|
<sect2 role="installation">
|
||||||
<title>Installation of Diffutils</title>
|
<title>Installation of Diffutils</title>
|
||||||
|
|
||||||
<para>First, fix a problem in the current version of diffutils:</para>
|
<para>When Diffutils is being configured, it checks to see if it is
|
||||||
|
being cross compiled. If it is, configuration fails. Since we are
|
||||||
|
cross compiling, comment out the specific lines that perform that
|
||||||
|
test now:</para>
|
||||||
|
|
||||||
<screen><userinput remap="pre">sed -e '46252,+3 s/^/#/' \
|
<screen><userinput remap="pre">sed -e '46252,+3 s/^/#/' \
|
||||||
-e '46596,+3 s/^/#/' \
|
-e '46596,+3 s/^/#/' \
|
||||||
|
Loading…
Reference in New Issue
Block a user