Author: robert
Date: 2010-02-21 23:34:29 -0700 (Sun, 21 Feb 2010)
New Revision: 1556

Modified:
   branches/Onward/temporary_system/gettext.txt
Log:
Edited Gettext comments.

Modified: branches/Onward/temporary_system/gettext.txt
===================================================================
--- branches/Onward/temporary_system/gettext.txt        2010-02-22 06:20:26 UTC 
(rev 1555)
+++ branches/Onward/temporary_system/gettext.txt        2010-02-22 06:34:29 UTC 
(rev 1556)
@@ -1,17 +1,16 @@
 # Temporary tools - Gettext
 
-# A couple of upstream fixes:
+# Apply a couple of upstream fixes:
 
 patch -p1 -i ../gettext-0.17-upstream_fixes-2.diff &&
 
+# Configure, build, and install Gettext:
+
 mkdir -v obj/ &&
 cd obj/ &&
 ../configure --prefix=/tools --disable-libasprintf --without-csharp \
        --without-included-regex \
        --infodir=$(pwd)/DESTDIR --mandir=$(pwd)/DESTDIR &&
-
-# This package has a bug with parallel builds. Do not use 'make -j2'.
-
 make &&
 make install
 

-- 
http://linuxfromscratch.org/mailman/listinfo/hlfs-book
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to