aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Bauscher <timothy@linuxfromscratch.org>2002-09-29 22:11:48 +0000
committerTimothy Bauscher <timothy@linuxfromscratch.org>2002-09-29 22:11:48 +0000
commita425f86cca8d1562eab0d4365b14ac01203f761b (patch)
treed86a589f7eb9035d49abf6e230ba21cafb35be6d
parent310c6e60a19c03d40fc96ce8bdeed6c208d362ac (diff)
Break up sed command.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2155 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter05/gcc-inst.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter05/gcc-inst.xml b/chapter05/gcc-inst.xml
index b09ee4cdb..150faca41 100644
--- a/chapter05/gcc-inst.xml
+++ b/chapter05/gcc-inst.xml
@@ -16,7 +16,8 @@ been warned.</para>
<para><screen><userinput>patch -Np1 -i ../gcc-&gcc-patch-version;.patch &amp;&amp;
cp gcc/Makefile.in{,.backup} &amp;&amp;
-sed '/$(SHELL) .\/fixinc.sh/d' gcc/Makefile.in.backup > gcc/Makefile.in &amp;&amp;
+sed '/$(SHELL) .\/fixinc.sh/d' \
+&nbsp;&nbsp;&nbsp; gcc/Makefile.in.backup > gcc/Makefile.in &amp;&amp;
mkdir ../gcc-build &amp;&amp;
cd ../gcc-build &amp;&amp;
../gcc-&gcc-version;/configure --prefix=/static --enable-languages=c \