From 89fcc345410a3b858b6c23ba219e828bc21e4de4 Mon Sep 17 00:00:00 2001 From: Alex Gronenwoud Date: Fri, 29 Aug 2003 23:20:23 +0000 Subject: Putting text before the 'make check's, and smoothing the other lines. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2695 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/bash-inst.xml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'chapter06/bash-inst.xml') diff --git a/chapter06/bash-inst.xml b/chapter06/bash-inst.xml index fc9586b2d..de9869e35 100644 --- a/chapter06/bash-inst.xml +++ b/chapter06/bash-inst.xml @@ -14,21 +14,23 @@ patch: patch -Np1 -i ../bash-&bash-patch-version;.patch -Prepare Bash to be compiled: +Prepare Bash for compilation: ./configure --prefix=/usr --bindir=/bin -Continue with compiling the package: +Compile the package: make +Test the results: + make tests -And finish off installing the package: +Install the package: make install -Reload the newly compiled Bash: +And reload the newly compiled bash program: exec /bin/bash --login set +h -- cgit v1.2.3-54-g00ecf