aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/automake.xml5
-rw-r--r--chapter06/iproute2.xml3
2 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/automake.xml b/chapter06/automake.xml
index 109da7059..53ea72496 100644
--- a/chapter06/automake.xml
+++ b/chapter06/automake.xml
@@ -49,12 +49,13 @@
<screen><userinput remap="make">make</userinput></screen>
+ <note><para>The tests take a very long time: over 30 SBUs. Running
+ the tests is not recommended.</para></note>
+
<para>To test the results, issue:</para>
<screen><userinput remap="test">make check</userinput></screen>
- <para>This takes a long time, about 10 SBUs.</para>
-
<para>Install the package:</para>
<screen><userinput remap="install">make install</userinput></screen>
diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml
index 715db1d5f..e6fda46fd 100644
--- a/chapter06/iproute2.xml
+++ b/chapter06/iproute2.xml
@@ -82,8 +82,7 @@ rm man/man8/arpd.8</userinput></screen>
<para>Install the package:</para>
-<screen><userinput remap="install">
-make DESTDIR= \
+<screen><userinput remap="install">make DESTDIR= \
MANDIR=/usr/share/man \
DOCDIR=/usr/share/doc/iproute2-&iproute2-version; install</userinput></screen>