Selaa lähdekoodia

removed PREFIX=/usr from make install command

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2141 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 23 vuotta sitten
vanhempi
commit
0d1de9459f
2 muutettua tiedostoa jossa 7 lisäystä ja 1 poistoa
  1. 6 0
      chapter01/changelog.xml
  2. 1 1
      chapter06/bzip2-inst.xml

+ 6 - 0
chapter01/changelog.xml

@@ -59,6 +59,12 @@
 </itemizedlist>
 </para></listitem>
 
+<listitem><para>September 28th, 2002 [gerard]: Chapter 06 - Bzip2: Removed
+the <emphasis>PREFIX=/usr</emphasis> from the
+<userinput>make install</userinput> command because the
+<emphasis>PREFIX</emphasis> is already set to <emphasis>/usr</emphasis> by
+default.</para></listitem>
+
 <listitem><para>September 28th, 2002 [gerard]: Chapter 06 - Vim: Removed
 the FHS compliance notes. They are bogus because Vim doesn't use the
 localstatedir at all.</para></listitem>

+ 1 - 1
chapter06/bzip2-inst.xml

@@ -5,7 +5,7 @@
 
 <para><screen><userinput>make -f Makefile-libbz2_so &amp;&amp;
 make &amp;&amp;
-make PREFIX=/usr install &amp;&amp;
+make install &amp;&amp;
 cp bzip2-shared /bin/bzip2 &amp;&amp;
 ln -s libbz2.so.1.0 libbz2.so &amp;&amp;
 cp -a libbz2.so* /lib &amp;&amp;