浏览代码

moved the note up

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1157 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 24 年之前
父节点
当前提交
c15aead2f9
共有 1 个文件被更改,包括 4 次插入4 次删除
  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, 
 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.
 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>
 <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>sed -e 's/\(.*\)\(fopen-safer\.c \)\\/\1\2atexit.c \\/' \</userinput>
 <userinput>&nbsp;&nbsp;&nbsp;-e 's/\(.*\)\(idcache\$U\.\$.*\)\\/\1\2atexit$U.$(OBJEXT) \\/' \</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 
 you didn't use them, or without the sed commands if you did use 
 them.</para>
 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>
 </sect2>