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-exp.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-exp.xml')
-rw-r--r-- | chapter05/fileutils-exp.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter05/fileutils-exp.xml b/chapter05/fileutils-exp.xml index fdaa829fd..4203a5579 100644 --- a/chapter05/fileutils-exp.xml +++ b/chapter05/fileutils-exp.xml @@ -1,6 +1,10 @@ <sect2> <title>Command explanations</title> +<para><userinput>cp lib/Makefile.in lib/Makefile.in.backup :</userinput> We +run this command in order to keep a backup of the file we are about to +change.</para> + <para><screen><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> |