From a877994145848b67f5cef68e618843f8ef37faa3 Mon Sep 17 00:00:00 2001 From: Robert Connolly Date: Tue, 7 Oct 2008 01:09:21 +0000 Subject: cp -v, to .orig, in Expect chap5, like we do with the rest of the book. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8594 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 4 ++++ chapter05/expect.xml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 4885ecf6d..f81479e6d 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,10 @@ 2008-10-06 + + [robert] - cp -v, to .orig, in Expect chap5, like we do with + the rest of the book. + [randy] - Updated Tar to 1.20. diff --git a/chapter05/expect.xml b/chapter05/expect.xml index 0cccaac47..7d389f448 100644 --- a/chapter05/expect.xml +++ b/chapter05/expect.xml @@ -55,8 +55,8 @@ This will ensure that our testsuite tools remain sane for the final builds of our toolchain: -cp configure{,.bak} -sed 's:/usr/local/bin:/bin:' configure.bak > configure +cp -v configure{,.orig} +sed 's:/usr/local/bin:/bin:' configure.orig > configure Now prepare Expect for compilation: -- cgit v1.2.3-54-g00ecf