aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/dejagnu-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/dejagnu-inst.xml')
-rw-r--r--chapter05/dejagnu-inst.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/chapter05/dejagnu-inst.xml b/chapter05/dejagnu-inst.xml
index 511573c56..0a948fdb9 100644
--- a/chapter05/dejagnu-inst.xml
+++ b/chapter05/dejagnu-inst.xml
@@ -3,9 +3,17 @@
<sect2>
<title>Installation of DejaGNU</title>
-<para><screen><userinput>./configure --prefix=/stage1
+<para>Prepare DejaGNU to be compiled:</para>
+
+<para><screen><userinput>./configure --prefix=/stage1</userinput></screen></para>
+
+<para>Build and install the package:</para>
+
+<para><screen><userinput>make
make install</userinput></screen></para>
+<para>This completes the testing tools. We can now rebuild GCC and Binutils
+to link them against the new Glibc, and test them properly.</para>
</sect2>