aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2003-05-05 20:51:03 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2003-05-05 20:51:03 +0000
commitc6ec995e9ba66b695b52e6fa008f40c19c05c5e1 (patch)
tree8155489495f45fdb4308012bb0cb8c9a9a43bdec /chapter05
parentba9f7d89024d3f57d30c5e093f1421513f680dce (diff)
make check doesn't do anything
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2516 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/patch-inst.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/chapter05/patch-inst.xml b/chapter05/patch-inst.xml
index 1b560b3ea..2700e65e0 100644
--- a/chapter05/patch-inst.xml
+++ b/chapter05/patch-inst.xml
@@ -6,7 +6,6 @@
<para><screen><userinput>CPPFLAGS=-D_GNU_SOURCE CFLAGS="-O2 -pipe" \
&nbsp;&nbsp;&nbsp;&nbsp;./configure --prefix=/stage1
make LDFLAGS="-s"
-make check
make install</userinput></screen></para>