diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2001-08-24 20:45:42 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2001-08-24 20:45:42 +0000 |
commit | bccc28841facca8ece8b0ecac5b5f04cd6c545e0 (patch) | |
tree | 9eec18edb5174f825fe116b91e7eb3fcae113193 /chapter05/fileutils-inst.xml | |
parent | 0a68a6c5e7135beb133bd8d2ee4a59d927bd588a (diff) |
[Bug 140] Sed consistencies
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1020 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/fileutils-inst.xml')
-rw-r--r-- | chapter05/fileutils-inst.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter05/fileutils-inst.xml b/chapter05/fileutils-inst.xml index 792ff1dc1..d1e09cad5 100644 --- a/chapter05/fileutils-inst.xml +++ b/chapter05/fileutils-inst.xml @@ -7,7 +7,8 @@ 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. -<screen><userinput>sed 's/\(.*\)\(fopen-safer\.c \)\\/\1\2atexit.c \\/' \</userinput> +<screen><userinput>cp lib/Makefile.in lib/Makefile.in.backup &&</userinput> +<userinput>sed 's/\(.*\)\(fopen-safer\.c \)\\/\1\2atexit.c \\/' \</userinput> <userinput> lib/Makefile.in > tmp &&</userinput> <userinput>sed 's/\(.*\)\(idcache\$U\.\$.*\)\\/\1\2atexit$U.$(OBJEXT) \\/' \</userinput> <userinput> tmp > lib/Makefile.in</userinput></screen></para> |