Browse Source

moved the note up

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1157 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 24 years ago
parent
commit
c15aead2f9
1 changed files with 4 additions and 4 deletions
  1. 4 4
      chapter05/fileutils-inst.xml

+ 4 - 4
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>