Author: jhuntwork
Date: 2005-04-16 19:50:34 -0600 (Sat, 16 Apr 2005)
New Revision: 86

Modified:
   trunk/packages/glibc/Makefile
Log:
Updated glibc instructions to match 6.1 book

Modified: trunk/packages/glibc/Makefile
===================================================================
--- trunk/packages/glibc/Makefile       2005-04-16 16:33:29 UTC (rev 85)
+++ trunk/packages/glibc/Makefile       2005-04-17 01:50:34 UTC (rev 86)
@@ -5,7 +5,9 @@
 VRS= 2.3.4
 DIR= $(NM)-$(VRS)
 FILE= $(DIR).tar.bz2
+FILE1= $(NM)-linuxthreads-$(VRS).tar.bz2
 URL= $(FTP)/$(NM)/$(FILE)
+URL1= $(FTP)/$(NM)/$(FILE1)
 
 # RULES
 
@@ -34,7 +36,10 @@
        @echo ""
        @if [ ! -f $(SRC)/$(FILE) ] ; then $(WGET) $(URL) && \
         mv $(FILE) $(SRC) ; fi
-       @if [ ! -f /usr/bin/ldd ] ; then tar xjvf $(SRC)/$(FILE) && cd $(DIR) 
&& \
+       @if [ ! -f $(SRC)/$(FILE1) ] ; then $(WGET) $(URL1) && \
+        mv $(FILE1) $(SRC) ; fi
+       @if [ ! -f /usr/bin/ldd ] ; then tar -xjvf $(SRC)/$(FILE) && cd $(DIR) 
&& \
+        tar -xjvf $(SRC)/$(FILE1) && \
         mkdir ../$(NM)-build && cd ../$(NM)-build && \
         ../$(DIR)/configure --prefix=/usr --disable-profile --enable-add-ons 
--enable-kernel=2.6.0 \
         --without-cvs --libexecdir=/usr/lib/glibc && PARALLELMFLAGS=-j3 make 
&& \

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

Reply via email to