diff options
Diffstat (limited to 'chapter05/bzip2-inst.xml')
-rw-r--r-- | chapter05/bzip2-inst.xml | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/chapter05/bzip2-inst.xml b/chapter05/bzip2-inst.xml index a64e259ad..de0ee1c43 100644 --- a/chapter05/bzip2-inst.xml +++ b/chapter05/bzip2-inst.xml @@ -8,16 +8,8 @@ for compilation. Instead we just run the <userinput>make</userinput> 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 PREFIX=/stage1 install -yes | cp bzip2-shared /stage1/bin/bzip2 -ln -s libbz2.so.1.0 libbz2.so -cp -a libbz2.so* /stage1/lib -rm -f /stage1/bin/{bunzip2,bzcat} -ln -s bzip2 /stage1/bin/bunzip2 -ln -s bzip2 /stage1/bin/bzcat</userinput></screen></para> +<para><screen><userinput>make +make PREFIX=/stage1 install</userinput></screen></para> </sect2> |