From 54f7e8d0cf520c63ab34a65b4e08fc275ddeae44 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Wed, 19 Oct 2005 21:05:34 +0000 Subject: [PATCH] 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 +- chapter09/reboot.xml | 2 +- general.ent | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) 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: diff --git a/chapter09/reboot.xml b/chapter09/reboot.xml index 88b2fbcdb..babdfaeb2 100644 --- a/chapter09/reboot.xml +++ b/chapter09/reboot.xml @@ -38,7 +38,7 @@ umount -v $LFS/sys Unmount the LFS file system itself: -umount $LFS +umount -v $LFS If multiple partitions were created, unmount the other partitions before unmounting the main one, like this: diff --git a/general.ent b/general.ent index c9ea4b091..eba958d34 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ - - + +