diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-05-11 17:03:47 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-05-11 17:03:47 +0000 |
commit | 972014586e742e763dda2347d614d38e0f82223b (patch) | |
tree | c67493a508e701ad5ac8e417d559391a461900df /chapter05 | |
parent | b8770e4e2a585520ed33b9e26214e1b62129e4d8 (diff) |
Added the rest of Zack's patches. Totally missed them before.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2561 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/bzip2-inst.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chapter05/bzip2-inst.xml b/chapter05/bzip2-inst.xml index 04ce1f3f6..7892983ca 100644 --- a/chapter05/bzip2-inst.xml +++ b/chapter05/bzip2-inst.xml @@ -9,6 +9,7 @@ program and start compiling, with a few variables changed to suit our environment:</para> <para><screen><userinput>make -f Makefile-libbz2_so +make clean make make check make PREFIX=/stage1 install |