Author: jim
Date: 2006-07-23 00:08:15 -0600 (Sun, 23 Jul 2006)
New Revision: 2132

Modified:
   /
   trunk/BOOK/general.ent
   trunk/BOOK/temp-system/64/binutils.xml
   trunk/BOOK/temp-system/common/diffutils.xml
   trunk/BOOK/temp-system/common/findutils.xml
   trunk/BOOK/temp-system/common/gettext.xml
   trunk/BOOK/temp-system/common/grep.xml
   trunk/BOOK/temp-system/common/gzip.xml
   trunk/BOOK/temp-system/common/make.xml
   trunk/BOOK/temp-system/common/sed.xml
   trunk/BOOK/temp-system/common/tar.xml
   trunk/BOOK/temp-system/multilib/binutils.xml
Log:
 [EMAIL PROTECTED] (orig r2250):  [EMAIL PROTECTED] | 2006-07-22 21:16:20 -0700
 Improved consistency in indentation for multi-line commands



Property changes on: 
___________________________________________________________________
Name: svk:merge
   - b6734a72-470d-0410-b049-f317dca95413:/:2248
   + b6734a72-470d-0410-b049-f317dca95413:/:2250

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2006-07-23 06:07:32 UTC (rev 2131)
+++ trunk/BOOK/general.ent      2006-07-23 06:08:15 UTC (rev 2132)
@@ -2,7 +2,7 @@
 
 <!ENTITY month "07"> <!-- Use two digits -->
 <!ENTITY month_name "July">
-<!ENTITY day "22"> <!-- Use two digits -->
+<!ENTITY day "23"> <!-- Use two digits -->
 <!ENTITY year "2006"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

Modified: trunk/BOOK/temp-system/64/binutils.xml
===================================================================
--- trunk/BOOK/temp-system/64/binutils.xml      2006-07-23 06:07:32 UTC (rev 
2131)
+++ trunk/BOOK/temp-system/64/binutils.xml      2006-07-23 06:08:15 UTC (rev 
2132)
@@ -43,10 +43,10 @@
     xpointer="xpointer(//[EMAIL PROTECTED]'i'])"/>
 
 <screen os="j"><userinput>CC="${CC} ${BUILD64}" \
-     ../binutils-&binutils-version;/configure --prefix=/tools \
-     --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \
-     --disable-nls --enable-shared --enable-64-bit-bfd \
-     --disable-multilib</userinput></screen>
+    ../binutils-&binutils-version;/configure --prefix=/tools \
+    --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \
+    --disable-nls --enable-shared --enable-64-bit-bfd \
+    --disable-multilib</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
     href="../multilib/binutils.xml"

Modified: trunk/BOOK/temp-system/common/diffutils.xml
===================================================================
--- trunk/BOOK/temp-system/common/diffutils.xml 2006-07-23 06:07:32 UTC (rev 
2131)
+++ trunk/BOOK/temp-system/common/diffutils.xml 2006-07-23 06:08:15 UTC (rev 
2132)
@@ -25,7 +25,7 @@
     <para os="a">Prepare Diffutils for compilation:</para>
 
 <screen os="b"><userinput>./configure --prefix=/tools \
-     --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
+    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
 
     <para os="c">Compile the package:</para>
 

Modified: trunk/BOOK/temp-system/common/findutils.xml
===================================================================
--- trunk/BOOK/temp-system/common/findutils.xml 2006-07-23 06:07:32 UTC (rev 
2131)
+++ trunk/BOOK/temp-system/common/findutils.xml 2006-07-23 06:08:15 UTC (rev 
2132)
@@ -32,8 +32,8 @@
     xpointer="xpointer(//[EMAIL PROTECTED]'a'])"/>
 
 <screen os="ac"><userinput>./configure --prefix=/tools \
-     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
-     --cache-file=config.cache</userinput></screen>
+    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
+    --cache-file=config.cache</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
     href="../../final-system/common/findutils.xml"

Modified: trunk/BOOK/temp-system/common/gettext.xml
===================================================================
--- trunk/BOOK/temp-system/common/gettext.xml   2006-07-23 06:07:32 UTC (rev 
2131)
+++ trunk/BOOK/temp-system/common/gettext.xml   2006-07-23 06:08:15 UTC (rev 
2132)
@@ -31,8 +31,8 @@
     <para os="c">Prepare Gettext for compilation:</para>
 
 <screen os="d"><userinput>./configure --prefix=/tools \
-     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
-     --disable-shared --cache-file=config.cache</userinput></screen>
+    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
+    --disable-shared --cache-file=config.cache</userinput></screen>
 
     <variablelist os="e">
       <title>The meaning of the configure options:</title>

Modified: trunk/BOOK/temp-system/common/grep.xml
===================================================================
--- trunk/BOOK/temp-system/common/grep.xml      2006-07-23 06:07:32 UTC (rev 
2131)
+++ trunk/BOOK/temp-system/common/grep.xml      2006-07-23 06:08:15 UTC (rev 
2132)
@@ -27,8 +27,8 @@
     xpointer="xpointer(//[EMAIL PROTECTED]'a'])"/>
 
 <screen os="ca"><userinput>./configure --prefix=/tools \
-     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
-     --disable-perl-regexp</userinput></screen>
+    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
+    --disable-perl-regexp</userinput></screen>
 
     <variablelist os="cb">
       <title>The meaning of the configure options:</title>

Modified: trunk/BOOK/temp-system/common/gzip.xml
===================================================================
--- trunk/BOOK/temp-system/common/gzip.xml      2006-07-23 06:07:32 UTC (rev 
2131)
+++ trunk/BOOK/temp-system/common/gzip.xml      2006-07-23 06:08:15 UTC (rev 
2132)
@@ -33,7 +33,7 @@
     xpointer="xpointer(//[EMAIL PROTECTED]'a'])"/>
 
 <screen os="ac"><userinput>./configure --prefix=/tools \
-     --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
+    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
     href="../../final-system/common/gzip.xml"

Modified: trunk/BOOK/temp-system/common/make.xml
===================================================================
--- trunk/BOOK/temp-system/common/make.xml      2006-07-23 06:07:32 UTC (rev 
2131)
+++ trunk/BOOK/temp-system/common/make.xml      2006-07-23 06:08:15 UTC (rev 
2132)
@@ -27,7 +27,7 @@
     xpointer="xpointer(//[EMAIL PROTECTED]'a'])"/>
 
 <screen os="aa"><userinput>./configure --prefix=/tools \
-     --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
+    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
     href="../../final-system/common/make.xml"

Modified: trunk/BOOK/temp-system/common/sed.xml
===================================================================
--- trunk/BOOK/temp-system/common/sed.xml       2006-07-23 06:07:32 UTC (rev 
2131)
+++ trunk/BOOK/temp-system/common/sed.xml       2006-07-23 06:08:15 UTC (rev 
2132)
@@ -25,7 +25,7 @@
     <para os="a">Prepare Sed for compilation:</para>
 
 <screen os="b"><userinput>./configure --prefix=/tools \
-     --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
+    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
 
     <para os="c">Compile the package:</para>
 

Modified: trunk/BOOK/temp-system/common/tar.xml
===================================================================
--- trunk/BOOK/temp-system/common/tar.xml       2006-07-23 06:07:32 UTC (rev 
2131)
+++ trunk/BOOK/temp-system/common/tar.xml       2006-07-23 06:08:15 UTC (rev 
2132)
@@ -32,8 +32,8 @@
     xpointer="xpointer(//[EMAIL PROTECTED]'a'])"/>
 
 <screen os="b"><userinput>./configure --prefix=/tools \
-     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
-     --cache-file=config.cache</userinput></screen>
+    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
+    --cache-file=config.cache</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
     href="../../final-system/common/tar.xml"

Modified: trunk/BOOK/temp-system/multilib/binutils.xml
===================================================================
--- trunk/BOOK/temp-system/multilib/binutils.xml        2006-07-23 06:07:32 UTC 
(rev 2131)
+++ trunk/BOOK/temp-system/multilib/binutils.xml        2006-07-23 06:08:15 UTC 
(rev 2132)
@@ -51,10 +51,10 @@
     xpointer="xpointer(//[EMAIL PROTECTED]'i'])"/>
 
 <screen os="j"><userinput>CC="${CC} ${BUILD64}" \
-     ../binutils-&binutils-version;/configure --prefix=/tools \
-     --libdir=/tools/lib64 --with-lib-path=/tools/lib \
-     --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \
-     --disable-nls --enable-shared --enable-64-bit-bfd</userinput></screen>
+    ../binutils-&binutils-version;/configure --prefix=/tools \
+    --libdir=/tools/lib64 --with-lib-path=/tools/lib \
+    --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \
+    --disable-nls --enable-shared --enable-64-bit-bfd</userinput></screen>
 
     <variablelist os="ea">
       <title>The meaning of the new configure options:</title>

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

Reply via email to