Author: robert
Date: 2008-10-26 18:04:14 -0600 (Sun, 26 Oct 2008)
New Revision: 1480

Modified:
   branches/Onward/temporary_system/sed.txt
Log:
Use Glibc's regex with Sed.

Modified: branches/Onward/temporary_system/sed.txt
===================================================================
--- branches/Onward/temporary_system/sed.txt    2008-10-26 23:25:56 UTC (rev 
1479)
+++ branches/Onward/temporary_system/sed.txt    2008-10-27 00:04:14 UTC (rev 
1480)
@@ -2,7 +2,7 @@
 
 mkdir -v obj/ &&
 cd obj/ &&
-../configure --prefix=/tools \
+../configure --prefix=/tools --without-included-regex \
         --infodir=$(pwd)/DESTDIR --mandir=$(pwd)/DESTDIR &&
 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