aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Bauscher <timothy@linuxfromscratch.org>2003-05-11 05:51:28 +0000
committerTimothy Bauscher <timothy@linuxfromscratch.org>2003-05-11 05:51:28 +0000
commit7972fe02a9414332d72f39ebcc9fa950e3a879d0 (patch)
tree357c5c328b072a7e55d08c41e87a3a533f30982b
parente91d8ce6562e58872a291cd110c3f4608b30ce60 (diff)
More double & instead of &amp;.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2554 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter06/adjustingtoolchain.xml2
-rw-r--r--index.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/adjustingtoolchain.xml b/chapter06/adjustingtoolchain.xml
index 6c49c402d..345282ed9 100644
--- a/chapter06/adjustingtoolchain.xml
+++ b/chapter06/adjustingtoolchain.xml
@@ -5,7 +5,7 @@
<para><screen><userinput>cd binutils-build
make -C ld INSTALL=/stage1/bin/install install-data-local
-SPECFILE=/stage1/lib/gcc-lib/*/*/specs &&
+SPECFILE=/stage1/lib/gcc-lib/*/*/specs &amp;&amp;
sed -e 's@/stage1/lib/ld.so.1@/lib/ld.so.1@g' \
&nbsp;&nbsp;&nbsp;&nbsp;-e 's@/stage1/lib/ld-linux.so.2@/lib/ld-linux.so.2@g' $SPECFILE > XX
mv XX $SPECFILE
diff --git a/index.xml b/index.xml
index 4d62524b1..231226eee 100644
--- a/index.xml
+++ b/index.xml
@@ -4,8 +4,8 @@
<!ENTITY book SYSTEM "book/book.xml">
-<!ENTITY version "20030510">
-<!ENTITY releasedate "May 10th, 2003">
+<!ENTITY version "20030511">
+<!ENTITY releasedate "May 11th, 2003">
<!ENTITY nbsp " ">
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">