Author: pierre
Date: Wed Jan 10 07:43:22 2018
New Revision: 19661

Log:
Libtiff: Making a directory named "build" conflicts with a directory supplied 
in the source tree. Rename it.

Modified:
   trunk/BOOK/general/graphlib/libtiff.xml

Modified: trunk/BOOK/general/graphlib/libtiff.xml
==============================================================================
--- trunk/BOOK/general/graphlib/libtiff.xml     Wed Jan 10 02:44:47 2018        
(r19660)
+++ trunk/BOOK/general/graphlib/libtiff.xml     Wed Jan 10 07:43:22 2018        
(r19661)
@@ -110,8 +110,9 @@
       commands:
     </para>
 
-<screen><userinput>mkdir -p build &amp;&amp;
-cd build       &amp;&amp;
+<!-- "build" exists in the source tree -->
+<screen><userinput>mkdir -p libtiff-build &amp;&amp;
+cd libtiff-build       &amp;&amp;
 
 cmake -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/libtiff-4.0.9 \
       -DCMAKE_INSTALL_PREFIX=/usr -G Ninja .. &amp;&amp;
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to