aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/binutils-pass2.xml2
-rw-r--r--chapter05/glibc.xml2
2 files changed, 2 insertions, 2 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.</para>
<para>Create a separate build directory again:</para>
-<screen><userinput>mkdir ../binutils-build
+<screen><userinput>mkdir -v ../binutils-build
cd ../binutils-build</userinput></screen>
<para>Prepare Binutils for compilation:</para>
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;</userinput></screen>
<para>The Glibc documentation recommends building Glibc outside of the source
directory in a dedicated build directory:</para>
-<screen><userinput>mkdir ../glibc-build
+<screen><userinput>mkdir -v ../glibc-build
cd ../glibc-build</userinput></screen>
<para>Next, prepare Glibc for compilation:</para>