aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter05/fileutils-inst.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter05/fileutils-inst.xml b/chapter05/fileutils-inst.xml
index d83b3efa9..c64eced99 100644
--- a/chapter05/fileutils-inst.xml
+++ b/chapter05/fileutils-inst.xml
@@ -7,6 +7,10 @@ limited to, Linux systems that run Glibc-2.2.3 with an AMD CPU (Athlons
and Durons are the most reported used CPU's). If you are in this category,
run the following to sed commands before you compile this package.
+<para>Note that in some cases using these sed commands will result in
+problems not being able to compile this at package at all. If that's the
+case, start over again and don't use the sed commands.</para>
+
<screen><userinput>cp lib/Makefile.in lib/Makefile.in.backup &amp;&amp;</userinput>
<userinput>sed -e 's/\(.*\)\(fopen-safer\.c \)\\/\1\2atexit.c \\/' \</userinput>
<userinput>&nbsp;&nbsp;&nbsp;-e 's/\(.*\)\(idcache\$U\.\$.*\)\\/\1\2atexit$U.$(OBJEXT) \\/' \</userinput>
@@ -28,9 +32,5 @@ not, then you need to re-do the installation using the sed commands if
you didn't use them, or without the sed commands if you did use
them.</para>
-<para>Note that in some cases using these sed commands will result in
-problems not being able to compile this at package at all. If that's the
-case, start over again and don't use the sed commands.</para>
-
</sect2>