Author: jhuntwork Date: 2006-04-05 09:02:57 -0600 (Wed, 05 Apr 2006) New Revision: 1467
Modified: trunk/Makefile trunk/packages/glibc/Makefile Log: Revert to use lfs-matrix.net as package server Modified: trunk/Makefile =================================================================== --- trunk/Makefile 2006-04-05 08:28:41 UTC (rev 1466) +++ trunk/Makefile 2006-04-05 15:02:57 UTC (rev 1467) @@ -34,7 +34,7 @@ export pagesize ?= letter export ROOT ?= /lfs-livecd #export PM ?= -j3 -export HTTP ?= http://ftp.linuxfromscratch.org/pub/lfs/conglomeration +export HTTP ?= http://ftp.lfs-matrix.net/pub/lfs/conglomeration export HTTPBLFS ?= http://ftp.lfs-matrix.net/pub/blfs/conglomeration # Directory variables Modified: trunk/packages/glibc/Makefile =================================================================== --- trunk/packages/glibc/Makefile 2006-04-05 08:28:41 UTC (rev 1466) +++ trunk/packages/glibc/Makefile 2006-04-05 15:02:57 UTC (rev 1467) @@ -74,7 +74,6 @@ touch $(WD)/etc/ld.so.conf PARALLELMFLAGS="$(PM)" make install else - stage1: $(STAGE1_DEPS) $(sep_dir_build) @@ -85,7 +84,7 @@ ifeq ($(LFS-ARCH),sparc64) echo "libc_cv_sparc64_tls=yes" >> config.cache endif - echo "slibdir=$(WD)/lib64" >> configparms + echo "slibdir=$(WD)/lib64" >> configparms BUILD_CC="gcc" CC="$(LFS_TARGET)-gcc $(64FLAGS)" \ AR="$(LFS_TARGET)-ar" RANLIB="$(LFS_TARGET)-ranlib" \ ../$(DIR)/configure --prefix=$(WD) --host=$(LFS_TARGET) \ -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
