aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/findutils-inst.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2003-01-11 17:41:17 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2003-01-11 17:41:17 +0000
commit4a880659d648349b37c82334c070260c9bf0ff00 (patch)
tree8f2c3a78e7d6799fd39f87df7d50fd54a697991a /chapter05/findutils-inst.xml
parenta1d3af694f549cb435f4095f06c5746ea0bbf08c (diff)
reworded for consistency
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2312 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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>