Author: jhuntwork
Date: 2005-09-18 09:56:00 -0600 (Sun, 18 Sep 2005)
New Revision: 668

Modified:
   x86/trunk/packages/glibc/Makefile
Log:
Fixed some variables in glibc

Modified: x86/trunk/packages/glibc/Makefile
===================================================================
--- x86/trunk/packages/glibc/Makefile   2005-09-18 15:38:16 UTC (rev 667)
+++ x86/trunk/packages/glibc/Makefile   2005-09-18 15:56:00 UTC (rev 668)
@@ -56,10 +56,10 @@
 #==============================================================================
 # Configure commands below \/
 #==============================================================================
-       @../$(DIR)/configure --prefix=$(WD) --disable-profile \
+       @../$(NM)-20050905/configure --prefix=$(WD) --disable-profile \
         --enable-add-ons --enable-kernel=2.6.0 --with-binutils=$(WD)/bin \
         --without-gd --with-headers=$(WD)/include --without-selinux \
-        >../$(DIR)[EMAIL PROTECTED] 2>&1
+        >../$(NM)[EMAIL PROTECTED] 2>&1
 #
 #==Status Messages==========================================
 #
@@ -68,7 +68,7 @@
 #==============================================================================
 # Make commands below \/
 #==============================================================================
-       @PARALLELMFLAGS="$(PM)" make >>../$(DIR)[EMAIL PROTECTED] 2>&1
+       @PARALLELMFLAGS="$(PM)" make >>../$(NM)[EMAIL PROTECTED] 2>&1
 #
 #==Status Messages==========================================
 #
@@ -78,7 +78,7 @@
 # Install commands below \/
 #==============================================================================
        @touch $(WD)/etc/ld.so.conf
-       @PARALLELMFLAGS="$(PM)" make install >>../$(DIR)[EMAIL PROTECTED] 2>&1
+       @PARALLELMFLAGS="$(PM)" make install >>../$(NM)[EMAIL PROTECTED] 2>&1
 #
 #==Status Messages==========================================
 #
@@ -99,9 +99,9 @@
 #==============================================================================
 # Configure commands below \/
 #==============================================================================
-       @../$(DIR)/configure --prefix=/usr --disable-profile \
+       @../$(NM)-20050905/configure --prefix=/usr --disable-profile \
         --enable-add-ons --enable-kernel=2.6.0 --libexecdir=/usr/lib/glibc \
-        >../$(DIR)[EMAIL PROTECTED] 2>&1
+        >../$(NM)[EMAIL PROTECTED] 2>&1
 #
 #==Status Messages==========================================
 #
@@ -110,7 +110,7 @@
 #==============================================================================
 # Make commands below \/
 #==============================================================================
-       @PARALLELMFLAGS="$(PM)" make >>../$(DIR)[EMAIL PROTECTED] 2>&1
+       @PARALLELMFLAGS="$(PM)" make >>../$(NM)[EMAIL PROTECTED] 2>&1
 #
 #==Status Messages===========================================
 #
@@ -120,11 +120,11 @@
 # Install commands below \/
 #==============================================================================
        @touch /etc/ld.so.conf
-       @PARALLELMFLAGS="$(PM)" make install >>../$(DIR)[EMAIL PROTECTED] 2>&1
+       @PARALLELMFLAGS="$(PM)" make install >>../$(NM)[EMAIL PROTECTED] 2>&1
        @PARALLELMFLAGS="$(PM)" make localedata/install-locales \
-        >>../$(DIR)[EMAIL PROTECTED] 2>&1
-       @make -C ../$(DIR)/linuxthreads/man >>../$(DIR)[EMAIL PROTECTED] 2>&1
-       @make -C ../$(DIR)/linuxthreads/man install >>../$(DIR)[EMAIL 
PROTECTED] 2>&1
+        >>../$(NM)[EMAIL PROTECTED] 2>&1
+       @make -C ../$(NM)-20050905/linuxthreads/man >>../$(NM)[EMAIL PROTECTED] 
2>&1
+       @make -C ../$(NM)-20050905/linuxthreads/man install >>../$(NM)[EMAIL 
PROTECTED] 2>&1
        @cp $(ROOT)/etc/nsswitch.conf /etc
        @cp --remove-destination /usr/share/zoneinfo/$(timezone) /etc/localtime
        @cp $(ROOT)/etc/ld.so.conf /etc
@@ -135,7 +135,7 @@
 
        
 clean:
-       @-rm -rf $(DIR)
+       @-rm -rf $(NM)-20050905
        @-rm -rf $(NM)-build
 
 .PHONY: compile-stage1 clean chroot compile-stage2

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

Reply via email to