aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/findutils-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/findutils-inst.xml')
-rw-r--r--chapter05/findutils-inst.xml17
1 files changed, 13 insertions, 4 deletions
diff --git a/chapter05/findutils-inst.xml b/chapter05/findutils-inst.xml
index f654dc521..650a7caf8 100644
--- a/chapter05/findutils-inst.xml
+++ b/chapter05/findutils-inst.xml
@@ -5,9 +5,18 @@
<para>Prepare Findutils to be compiled:</para>
-<para><screen><userinput>./configure --prefix=/stage1
-make
-make check
-make install</userinput></screen></para>
+<para><screen><userinput>./configure --prefix=/stage1</userinput></screen></para>
+
+<para>Compile the package:</para>
+
+<para><screen><userinput>make </userinput></screen></para>
+
+<para>Test the results:</para>
+
+<para><screen><userinput>make check</userinput></screen></para>
+
+<para>And install the package:</para>
+
+<para><screen><userinput>make install</userinput></screen></para>
</sect2>