aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/bash-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/bash-inst.xml')
-rw-r--r--chapter05/bash-inst.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/bash-inst.xml b/chapter05/bash-inst.xml
index e9dbd6197..7a0d7da55 100644
--- a/chapter05/bash-inst.xml
+++ b/chapter05/bash-inst.xml
@@ -3,9 +3,9 @@
<sect2>
<title>Installation of Bash</title>
-<para><screen><userinput>CFLAGS="-O2 -pipe" ./configure --prefix=/stage1 \
+<para><screen><userinput>./configure --prefix=/stage1 \
&nbsp;&nbsp;&nbsp;&nbsp;--with-curses --without-bash-malloc
-make LDFLAGS="-s"
+make
make tests
make install
ln -s bash /stage1/bin/sh</userinput></screen></para>