From 54f7e8d0cf520c63ab34a65b4e08fc275ddeae44 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Wed, 19 Oct 2005 21:05:34 +0000 Subject: Added a few missing -v switches. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7058 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/binutils-pass2.xml | 2 +- chapter05/glibc.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter05') diff --git a/chapter05/binutils-pass2.xml b/chapter05/binutils-pass2.xml index 8e9c32751..1d2368fce 100644 --- a/chapter05/binutils-pass2.xml +++ b/chapter05/binutils-pass2.xml @@ -42,7 +42,7 @@ unset them when building Binutils. Create a separate build directory again: -mkdir ../binutils-build +mkdir -v ../binutils-build cd ../binutils-build Prepare Binutils for compilation: diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index 0be480aba..0b022a19b 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -57,7 +57,7 @@ patch -Np1 -i ../&glibc-gcc4_iconvdata-patch; The Glibc documentation recommends building Glibc outside of the source directory in a dedicated build directory: -mkdir ../glibc-build +mkdir -v ../glibc-build cd ../glibc-build Next, prepare Glibc for compilation: -- cgit v1.2.3-54-g00ecf