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.xml14
1 files changed, 10 insertions, 4 deletions
diff --git a/chapter05/findutils-inst.xml b/chapter05/findutils-inst.xml
index df3da659a..b05c8089f 100644
--- a/chapter05/findutils-inst.xml
+++ b/chapter05/findutils-inst.xml
@@ -10,11 +10,17 @@ with:</para>
<para><screen><userinput>patch -Np1 -i ../findutils-&findutils-patch-version;.patch</userinput></screen></para>
-<para>Install Findutils by running the following:</para>
+<para>Prepare Findutils to be compiled:</para>
<para><screen><userinput>CPPFLAGS="-Dre_max_failures=re_max_failures2" \
-&nbsp;&nbsp;&nbsp;&nbsp;LDFLAGS="-static" ./configure --prefix=$LFS/static
-make
-make install</userinput></screen></para>
+&nbsp;&nbsp;&nbsp;&nbsp;LDFLAGS="-static" ./configure --prefix=$LFS/static</userinput></screen></para>
+
+<para>Continue with compiling the package:</para>
+
+<para><screen><userinput>make</userinput></screen></para>
+
+<para>And finish off installing the package:</para>
+
+<para><screen><userinput>make install</userinput></screen></para>
</sect2>