Author: alexander
Date: 2007-08-16 08:40:53 -0600 (Thu, 16 Aug 2007)
New Revision: 2032

Modified:
   trunk/packages/binutils/Makefile
   trunk/packages/gcc/Makefile
   trunk/packages/glibc/Makefile
Log:
Reverted unintended changes


Modified: trunk/packages/binutils/Makefile
===================================================================
--- trunk/packages/binutils/Makefile    2007-08-16 14:35:45 UTC (rev 2031)
+++ trunk/packages/binutils/Makefile    2007-08-16 14:40:53 UTC (rev 2032)
@@ -80,7 +80,7 @@
 compile-stage2:
        ../$(DIR)/configure --prefix=/usr --enable-shared
        make tooldir=/usr
-       #-make CFLAGS= -k check
+       -make CFLAGS= -k check
        make tooldir=/usr install
        cp ../$(DIR)/include/libiberty.h /usr/include
 

Modified: trunk/packages/gcc/Makefile
===================================================================
--- trunk/packages/gcc/Makefile 2007-08-16 14:35:45 UTC (rev 2031)
+++ trunk/packages/gcc/Makefile 2007-08-16 14:40:53 UTC (rev 2032)
@@ -73,7 +73,7 @@
         --enable-clocale=gnu --enable-languages=c,c++ --enable-static \
         --disable-multilib
        make
-       #-make -k check
+       -make -k check
        make install
        ln -svf ../usr/bin/cpp /lib
        ln -svf gcc /usr/bin/cc

Modified: trunk/packages/glibc/Makefile
===================================================================
--- trunk/packages/glibc/Makefile       2007-08-16 14:35:45 UTC (rev 2031)
+++ trunk/packages/glibc/Makefile       2007-08-16 14:40:53 UTC (rev 2032)
@@ -54,7 +54,7 @@
         --enable-add-ons --enable-kernel=2.6.0 --libexecdir=/usr/lib/glibc \
         --enable-static
        make
-       #-make -k check
+       -make -k check
        touch /etc/ld.so.conf
        make install
        make localedata/install-locales

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

Reply via email to