Просмотр исходного кода

Included some other updates in the last commit which weren't Zack's. *sigh*.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2562 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Timothy Bauscher 22 лет назад
Родитель
Сommit
d5d42d295c
1 измененных файлов с 0 добавлено и 5 удалено
  1. 0 5
      chapter06/zlib-inst.xml

+ 0 - 5
chapter06/zlib-inst.xml

@@ -14,11 +14,6 @@ so by applying this patch:</para>
 <para><screen><userinput>CFLAGS="$CFLAGS -fPIC" \
 &nbsp;&nbsp;&nbsp;&nbsp;./configure --prefix=/usr --shared</userinput></screen></para>
 
-         make clean
-         ./configure --prefix=/usr
-         make
-         make install
-
 <para>The <emphasis>-fPIC</emphasis> flag helps to assure
 quality in the dynamic zlib library.</para>