From 646a1845e54213b88c741c0c96d8d693983f8013 Mon Sep 17 00:00:00 2001 From: Jeremy Huntwork Date: Tue, 13 Dec 2005 18:16:39 +0000 Subject: Change cp syntax in Tcl instructions to match rest of book - add verbose switch git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7217 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/tcl.xml | 2 +- general.ent | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chapter05/tcl.xml b/chapter05/tcl.xml index ba34f063e..f0f7dd868 100644 --- a/chapter05/tcl.xml +++ b/chapter05/tcl.xml @@ -40,7 +40,7 @@ linkend="chapter-building-system"/>. Tcl's configure script has a syntax error: cd unix -cp configure configure.orig +cp -v configure{,.orig} sed "s/relid'/relid/" configure.orig > configure Prepare Tcl for compilation: diff --git a/general.ent b/general.ent index 58092f208..3c45e4d5c 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ - - + + -- cgit v1.2.3-54-g00ecf