aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2005-07-20 19:04:05 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2005-07-20 19:04:05 +0000
commit7c18117aa5d685b78697a0f951cbb045aec68297 (patch)
tree438f3535fea93ed4f12ee5dae52e7836b86b0685
parentb95966257e922aca3b5c93e4bb2d32a0cd774aac (diff)
Fixed typo in fixincludes header removal command
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/gcc4/BOOK@6560 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter05/adjusting.xml2
-rw-r--r--general.ent4
2 files changed, 3 insertions, 3 deletions
diff --git a/chapter05/adjusting.xml b/chapter05/adjusting.xml
index 40b8cb84f..186a82533 100644
--- a/chapter05/adjusting.xml
+++ b/chapter05/adjusting.xml
@@ -67,7 +67,7 @@ This is explained in more detail later in this chapter. Run the following comman
<!-- && used to ease copy and pasting -->
<screen><userinput>GCC_INCLUDEDIR=`gcc -print-search-dirs | head -n 1 | awk '{ print $2 "include" }'` &amp;&amp;
-find ${GCC_INCLUDEDIR} -xtype d -exec rm -rf \{} \; &amp;&amp;
+find ${GCC_INCLUDEDIR}/* -xtype d -exec rm -rf \{} \; &amp;&amp;
rm -f `grep -l "DO NOT EDIT THIS FILE" ${GCC_INCLUDEDIR}/*`;</userinput></screen>
<caution><para>At this point, it is imperative to stop and ensure that
diff --git a/general.ent b/general.ent
index 12d7c2745..8a44a9e98 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "GCC4-20050718">
-<!ENTITY releasedate "July 18, 2005">
+<!ENTITY version "GCC4-20050720">
+<!ENTITY releasedate "July 20, 2005">
<!ENTITY milestone "6.2">
<!ENTITY generic-version "gcc4"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" -->