Author: thomasp
Date: 2005-07-31 13:13:18 -0600 (Sun, 31 Jul 2005)
New Revision: 429

Modified:
   x86/trunk/packages/glibc/Makefile
Log:
fixed a couple typos in stage2 glibc

Modified: x86/trunk/packages/glibc/Makefile
===================================================================
--- x86/trunk/packages/glibc/Makefile   2005-07-31 19:05:23 UTC (rev 428)
+++ x86/trunk/packages/glibc/Makefile   2005-07-31 19:13:18 UTC (rev 429)
@@ -66,7 +66,7 @@
        'cd $(ROOT) && make ch-$(NM) $(chbash-pre-bash)'
 
 stage2: $(FILE) $(FILE2) $(PATCH1)
-       @$(sep_build_dir)
+       @$(sep_dir_build)
        @$(MAKE) clean
        @touch $@
 
@@ -75,7 +75,7 @@
 #==============================================================================
 # Configure commands below \/
 #==============================================================================
-       @cd ../$(DIR) ; patch -Np1 -i ../$(PATCH1) ; unpack $(FILE2)
+       @cd ../$(DIR) ; patch -Np1 -i ../$(PATCH1) ; unpack ../$(FILE2)
        @../$(DIR)/configure --prefix=/usr --disable-profile \
         --enable-add-ons --enable-kernel=2.6.0 --libexecdir=/usr/lib/glibc \
         >../$(DIR)[EMAIL PROTECTED] 2>&1

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

Reply via email to