Author: justin
Date: 2005-09-23 16:22:05 -0600 (Fri, 23 Sep 2005)
New Revision: 729

Modified:
   x86/trunk/packages/binutils/Makefile
   x86/trunk/packages/gcc/Makefile
   x86/trunk/packages/glibc/Makefile
   x86/trunk/packages/linux-libc-headers/Makefile
Log:
Removed spaces with tabs.

Modified: x86/trunk/packages/binutils/Makefile
===================================================================
--- x86/trunk/packages/binutils/Makefile        2005-09-23 22:08:28 UTC (rev 
728)
+++ x86/trunk/packages/binutils/Makefile        2005-09-23 22:22:05 UTC (rev 
729)
@@ -27,20 +27,20 @@
 #==============================================================================
 # Configure commands below \/
 #==============================================================================
-        @$(call echo_message, Configuring)
+       @$(call echo_message, Configuring)
        @../$(DIR)/configure --prefix=$(WD) --disable-nls >../$(DIR)[EMAIL 
PROTECTED] \
        2>&1
        @$(OK)
 #==============================================================================
 # Make commands below \/
 #==============================================================================
-        @$(call echo_message, Making)
+       @$(call echo_message, Making)
        @make $(PM) >>../$(DIR)[EMAIL PROTECTED] 2>&1
        @$(OK)
 #==============================================================================
 # Install commands below \/
 #==============================================================================
-        @$(call echo_message, Installing)
+       @$(call echo_message, Installing)
        @make install >>../$(DIR)[EMAIL PROTECTED] 2>&1
        @make -C ld clean >>../$(DIR)[EMAIL PROTECTED] 2>&1
        @make -C ld LIB_PATH=$(WD)/lib >>../$(DIR)[EMAIL PROTECTED] 2>&1
@@ -69,21 +69,20 @@
 #==============================================================================
 # Configure commands below \/
 #==============================================================================
-        @$(call echo_message, Configuring)
+       @$(call echo_message, Configuring)
        @../$(DIR)/configure --prefix=$(WD) --disable-nls \
         --enable-shared --with-lib-path=$(WD)/lib >../$(DIR)[EMAIL PROTECTED] 
2>&1
        @$(OK)
-       @$(call echo_message, Making)
 #==============================================================================
 # Make commands below \/
 #==============================================================================
-        @$(call echo_message, Making)
+       @$(call echo_message, Making)
        @make $(PM) >>../$(DIR)[EMAIL PROTECTED] 2>&1
        @$(OK)
 #==============================================================================
 # Install commands below \/
 #==============================================================================
-        @$(call echo_message, Installing)
+       @$(call echo_message, Installing)
        @make install >>../$(DIR)[EMAIL PROTECTED] 2>&1
        @make -C ld clean >>../$(DIR)[EMAIL PROTECTED] 2>&1
        @make -C ld LIB_PATH=/usr/lib:/lib >>../$(DIR)[EMAIL PROTECTED] 2>&1
@@ -116,20 +115,20 @@
 #==============================================================================
 # Configure commands below \/
 #==============================================================================
-        @$(call echo_message, Configuring)
+       @$(call echo_message, Configuring)
        @../$(DIR)/configure --prefix=/usr --enable-shared >../$(DIR)[EMAIL 
PROTECTED] \
         2>&1
        @$(OK)
 #==============================================================================
 # Make commands below \/
 #==============================================================================
-        @$(call echo_message, Making)
+       @$(call echo_message, Making)
        @make $(PM) tooldir=/usr >>../$(DIR)[EMAIL PROTECTED] 2>&1
        @$(OK)
 #==============================================================================
 # Install commands below \/
 #==============================================================================
-        @$(call echo_message, Installing)
+       @$(call echo_message, Installing)
        @make tooldir=/usr install >>../$(DIR)[EMAIL PROTECTED] 2>&1
        @cp ../$(DIR)/include/libiberty.h /usr/include
        @$(OK)

Modified: x86/trunk/packages/gcc/Makefile
===================================================================
--- x86/trunk/packages/gcc/Makefile     2005-09-23 22:08:28 UTC (rev 728)
+++ x86/trunk/packages/gcc/Makefile     2005-09-23 22:22:05 UTC (rev 729)
@@ -27,7 +27,7 @@
 #==============================================================================
 # Configure commands below \/
 #==============================================================================
-        @$(call echo_message, Configuring)
+       @$(call echo_message, Configuring)
        @../$(DIR)/configure --prefix=$(WD) --libexecdir=$(WD)/lib \
         --with-local-prefix=$(WD) --disable-nls --enable-shared \
         --enable-languages=c >../$(DIR)[EMAIL PROTECTED] 2>&1
@@ -35,13 +35,13 @@
 #==============================================================================
 # Make commands below \/
 #==============================================================================
-        @$(call echo_message, Making)
+       @$(call echo_message, Making)
        @make $(PM) bootstrap >>../$(DIR)[EMAIL PROTECTED] 2>&1
        @$(OK)
 #==============================================================================
 # Install commands below \/
 #==============================================================================
-        @$(call echo_message, Installing)
+       @$(call echo_message, Installing)
        @make install >>../$(DIR)[EMAIL PROTECTED] 2>&1
        @ln -s gcc $(WD)/bin/cc
        @$(OK)
@@ -55,7 +55,7 @@
 #==============================================================================
 # Configure commands below \/
 #==============================================================================
-        @$(call echo_message, Configuring)
+       @$(call echo_message, Configuring)
        @cd ../$(DIR) ; cp gcc/Makefile.in{,.orig} && \
         sed '[EMAIL PROTECTED](^NATIVE_SYSTEM_HEADER_DIR =\)[EMAIL PROTECTED] 
$(WD)/[EMAIL PROTECTED]' \
         gcc/Makefile.in.orig > gcc/Makefile.in
@@ -71,13 +71,13 @@
 #==============================================================================
 # Make commands below \/
 #==============================================================================
-        @$(call echo_message, Making)
+       @$(call echo_message, Making)
        @make $(PM) >>../$(DIR)[EMAIL PROTECTED] 2>&1
        @$(OK)
 #==============================================================================
 # Install commands below \/
 #==============================================================================
-        @$(call echo_message, Installing)
+       @$(call echo_message, Installing)
        @make install >>../$(DIR)[EMAIL PROTECTED] 2>&1
        @$(OK)
 
@@ -93,7 +93,7 @@
 #==============================================================================
 # Configure commands below \/
 #==============================================================================
-        @$(call echo_message, Configuring)
+       @$(call echo_message, Configuring)
        @cd ../$(DIR) ; sed -i 's/install_to_$(INSTALL_DEST) //' \
         libiberty/Makefile.in
        @cd ../$(DIR) ; sed -i 's/^XCFLAGS =$$/& -fomit-frame-pointer/' \

Modified: x86/trunk/packages/glibc/Makefile
===================================================================
--- x86/trunk/packages/glibc/Makefile   2005-09-23 22:08:28 UTC (rev 728)
+++ x86/trunk/packages/glibc/Makefile   2005-09-23 22:22:05 UTC (rev 729)
@@ -68,13 +68,13 @@
 #==============================================================================
 # Make commands below \/
 #==============================================================================
-        @$(call echo_message, Making)
+       @$(call echo_message, Making)
        @PARALLELMFLAGS="$(PM)" make >>../$(DIR)[EMAIL PROTECTED] 2>&1
        @$(OK)
 #==============================================================================
 # Install commands below \/
 #==============================================================================
-        @$(call echo_message, Installing)
+       @$(call echo_message, Installing)
        @mkdir $(WD)/etc
        @touch $(WD)/etc/ld.so.conf
        @PARALLELMFLAGS="$(PM)" make install >>../$(DIR)[EMAIL PROTECTED] 2>&1
@@ -94,7 +94,7 @@
 #==============================================================================
 # Configure commands below \/
 #==============================================================================
-        @$(call echo_message, Configuring)
+       @$(call echo_message, Configuring)
 ifeq ($(ARCH),sparc)
        @cd ../$(DIR) ; rm -rf nptl*
 endif
@@ -112,13 +112,13 @@
 #==============================================================================
 # Make commands below \/
 #==============================================================================
-        @$(call echo_message, Making)
+       @$(call echo_message, Making)
        @PARALLELMFLAGS="$(PM)" make >>../$(DIR)[EMAIL PROTECTED] 2>&1
        @$(OK)
 #==============================================================================
 # Install commands below \/
 #==============================================================================
-        @$(call echo_message, Installing)
+       @$(call echo_message, Installing)
        @touch /etc/ld.so.conf
        @PARALLELMFLAGS="$(PM)" make install >>../$(DIR)[EMAIL PROTECTED] 2>&1
        @PARALLELMFLAGS="$(PM)" make localedata/install-locales \

Modified: x86/trunk/packages/linux-libc-headers/Makefile
===================================================================
--- x86/trunk/packages/linux-libc-headers/Makefile      2005-09-23 22:08:28 UTC 
(rev 728)
+++ x86/trunk/packages/linux-libc-headers/Makefile      2005-09-23 22:22:05 UTC 
(rev 729)
@@ -22,7 +22,7 @@
 #==============================================================================
 # Install commands below \/
 #==============================================================================
-        @$(call echo_message, Installing)
+       @$(call echo_message, Installing)
 ifeq ($(ARCH),x86)
        @cp -Rv include/asm-i386 $(WD)/include/asm >../$(DIR)[EMAIL PROTECTED] 
2>&1
 endif
@@ -46,7 +46,7 @@
 #==============================================================================
 # Install commands below \/
 #==============================================================================
-        @$(call echo_message, Installing)
+       @$(call echo_message, Installing)
 ifeq ($(ARCH),x86)
        @cp -Rv include/asm-i386 /usr/include/asm >../$(DIR)[EMAIL PROTECTED] 
2>&1
 endif

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

Reply via email to