Author: chris
Date: 2006-05-31 21:58:21 -0600 (Wed, 31 May 2006)
New Revision: 1713
Modified:
trunk/BOOK/boot/common/module-init-tools.xml
trunk/BOOK/boot/common/util-linux.xml
trunk/BOOK/boot/x86/kernel.xml
trunk/BOOK/cross-tools/common/binutils.xml
trunk/BOOK/cross-tools/x86/gcc-final.xml
trunk/BOOK/cross-tools/x86/gcc-static.xml
trunk/BOOK/temp-system/common/bash.xml
trunk/BOOK/temp-system/common/binutils.xml
trunk/BOOK/temp-system/common/coreutils.xml
trunk/BOOK/temp-system/common/findutils.xml
trunk/BOOK/temp-system/common/gawk.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/ncurses.xml
trunk/BOOK/temp-system/common/sed.xml
trunk/BOOK/temp-system/common/tar.xml
trunk/BOOK/temp-system/common/texinfo.xml
trunk/BOOK/temp-system/x86/gcc.xml
Log:
Updated commands for consistent indentation for multi-line commands
Modified: trunk/BOOK/boot/common/module-init-tools.xml
===================================================================
--- trunk/BOOK/boot/common/module-init-tools.xml 2006-06-01 03:27:34 UTC
(rev 1712)
+++ trunk/BOOK/boot/common/module-init-tools.xml 2006-06-01 03:58:21 UTC
(rev 1713)
@@ -27,7 +27,7 @@
xpointer="xpointer(//[EMAIL PROTECTED]'e'])"/>
<screen os="f"><userinput>./configure --prefix=/ \
- --host=${LFS_TARGET}</userinput></screen>
+ --host=${LFS_TARGET}</userinput></screen>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../../final-system/common/module-init-tools.xml"
Modified: trunk/BOOK/boot/common/util-linux.xml
===================================================================
--- trunk/BOOK/boot/common/util-linux.xml 2006-06-01 03:27:34 UTC (rev
1712)
+++ trunk/BOOK/boot/common/util-linux.xml 2006-06-01 03:58:21 UTC (rev
1713)
@@ -72,8 +72,8 @@
xpointer="xpointer(//[EMAIL PROTECTED]'c'])"/>
<screen os="bf"><userinput>make HAVE_KILL=yes HAVE_SLN=yes \
-HAVE_SHADOW=no CPUOPT="" ARCH="" \
-CPU=""</userinput></screen>
+ HAVE_SHADOW=no CPUOPT="" ARCH="" \
+ CPU=""</userinput></screen>
<variablelist os="bg">
<title>The meaning of the make parameters:</title>
@@ -123,8 +123,8 @@
<para os="bh">Install the package:</para>
<screen os="bi"><userinput>make HAVE_KILL=yes HAVE_SLN=yes HAVE_SHADOW=no \
-USE_TTY_GROUP=no CPUOPT="" ARCH="" \
-CPU="" DESTDIR=${LFS} install</userinput></screen>
+ USE_TTY_GROUP=no CPUOPT="" ARCH="" \
+ CPU="" DESTDIR=${LFS} install</userinput></screen>
</sect2>
Modified: trunk/BOOK/boot/x86/kernel.xml
===================================================================
--- trunk/BOOK/boot/x86/kernel.xml 2006-06-01 03:27:34 UTC (rev 1712)
+++ trunk/BOOK/boot/x86/kernel.xml 2006-06-01 03:58:21 UTC (rev 1713)
@@ -91,7 +91,7 @@
xpointer="xpointer(//[EMAIL PROTECTED]'s'])"/>
<screen><userinput>make ARCH=i386 CROSS_COMPILE=${LFS_TARGET}- \
- INSTALL_MOD_PATH=${LFS} modules_install</userinput></screen>
+ INSTALL_MOD_PATH=${LFS} modules_install</userinput></screen>
<para os="u">After kernel compilation is complete, additional steps are
required to complete the installation. Some files need to be copied to
Modified: trunk/BOOK/cross-tools/common/binutils.xml
===================================================================
--- trunk/BOOK/cross-tools/common/binutils.xml 2006-06-01 03:27:34 UTC (rev
1712)
+++ trunk/BOOK/cross-tools/common/binutils.xml 2006-06-01 03:58:21 UTC (rev
1713)
@@ -45,8 +45,8 @@
xpointer="xpointer(//[EMAIL PROTECTED]'i'])"/>
<screen os="bc"><userinput>../binutils-&binutils-version;/configure
--prefix=/cross-tools \
- --host=${LFS_HOST} --target=${LFS_TARGET} --with-lib-path=/tools/lib \
- --disable-nls --enable-shared --disable-multilib</userinput></screen>
+ --host=${LFS_HOST} --target=${LFS_TARGET} --with-lib-path=/tools/lib \
+ --disable-nls --enable-shared --disable-multilib</userinput></screen>
<variablelist os="bd">
<title>The meaning of the configure options:</title>
Modified: trunk/BOOK/cross-tools/x86/gcc-final.xml
===================================================================
--- trunk/BOOK/cross-tools/x86/gcc-final.xml 2006-06-01 03:27:34 UTC (rev
1712)
+++ trunk/BOOK/cross-tools/x86/gcc-final.xml 2006-06-01 03:58:21 UTC (rev
1713)
@@ -145,7 +145,7 @@
<para os="bh">Continue with compiling the package:</para>
<screen os="bi"><userinput>make AS_FOR_TARGET="${LFS_TARGET}-as" \
-LD_FOR_TARGET="${LFS_TARGET}-ld"</userinput></screen>
+ LD_FOR_TARGET="${LFS_TARGET}-ld"</userinput></screen>
<para os="bj">Install the package:</para>
Modified: trunk/BOOK/cross-tools/x86/gcc-static.xml
===================================================================
--- trunk/BOOK/cross-tools/x86/gcc-static.xml 2006-06-01 03:27:34 UTC (rev
1712)
+++ trunk/BOOK/cross-tools/x86/gcc-static.xml 2006-06-01 03:58:21 UTC (rev
1713)
@@ -52,7 +52,7 @@
<screen os="aj"><userinput>cp -v gcc/Makefile.in{,.orig}
sed -e "[EMAIL PROTECTED](^CROSS_SYSTEM_HEADER_DIR =\)[EMAIL PROTECTED]
/tools/[EMAIL PROTECTED]" \
- gcc/Makefile.in.orig > gcc/Makefile.in</userinput></screen>
+ gcc/Makefile.in.orig > gcc/Makefile.in</userinput></screen>
<important os="ak">
<para>The above patches and sed's are critical in ensuring a
Modified: trunk/BOOK/temp-system/common/bash.xml
===================================================================
--- trunk/BOOK/temp-system/common/bash.xml 2006-06-01 03:27:34 UTC (rev
1712)
+++ trunk/BOOK/temp-system/common/bash.xml 2006-06-01 03:58:21 UTC (rev
1713)
@@ -31,8 +31,8 @@
xpointer="xpointer(//[EMAIL PROTECTED]'g'])"/>
<screen os="h"><userinput>./configure --prefix=/tools \
- --without-bash-malloc --host=${LFS_TARGET} \
- --cache-file=config.cache</userinput></screen>
+ --without-bash-malloc --host=${LFS_TARGET} \
+ --cache-file=config.cache</userinput></screen>
<variablelist os="ad">
<title>The meaning of the configure option:</title>
Modified: trunk/BOOK/temp-system/common/binutils.xml
===================================================================
--- trunk/BOOK/temp-system/common/binutils.xml 2006-06-01 03:27:34 UTC (rev
1712)
+++ trunk/BOOK/temp-system/common/binutils.xml 2006-06-01 03:58:21 UTC (rev
1713)
@@ -43,8 +43,8 @@
xpointer="xpointer(//[EMAIL PROTECTED]'i'])"/>
<screen os="j"><userinput>../binutils-&binutils-version;/configure
--prefix=/tools \
- --build=${LFS_HOST} --host=${LFS_TARGET} --target=${LFS_TARGET} \
- --disable-nls --enable-shared --disable-multilib</userinput></screen>
+ --build=${LFS_HOST} --host=${LFS_TARGET} --target=${LFS_TARGET} \
+ --disable-nls --enable-shared --disable-multilib</userinput></screen>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../../cross-tools/common/binutils.xml"
Modified: trunk/BOOK/temp-system/common/coreutils.xml
===================================================================
--- trunk/BOOK/temp-system/common/coreutils.xml 2006-06-01 03:27:34 UTC (rev
1712)
+++ trunk/BOOK/temp-system/common/coreutils.xml 2006-06-01 03:58:21 UTC (rev
1713)
@@ -32,7 +32,7 @@
<para os="bd">Prepare Coreutils for compilation:</para>
<screen os="be"><userinput>./configure --prefix=/tools
--cache-file=config.cache \
- --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
+ --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
<para os="bf">Compile the package:</para>
Modified: trunk/BOOK/temp-system/common/findutils.xml
===================================================================
--- trunk/BOOK/temp-system/common/findutils.xml 2006-06-01 03:27:34 UTC (rev
1712)
+++ trunk/BOOK/temp-system/common/findutils.xml 2006-06-01 03:58:21 UTC (rev
1713)
@@ -32,7 +32,7 @@
xpointer="xpointer(//[EMAIL PROTECTED]'a'])"/>
<screen os="ac"><userinput>./configure --prefix=/tools \
- --host=${LFS_TARGET} --cache-file=config.cache</userinput></screen>
+ --host=${LFS_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/gawk.xml
===================================================================
--- trunk/BOOK/temp-system/common/gawk.xml 2006-06-01 03:27:34 UTC (rev
1712)
+++ trunk/BOOK/temp-system/common/gawk.xml 2006-06-01 03:58:21 UTC (rev
1713)
@@ -25,7 +25,7 @@
<para os="a">Prepare Gawk for compilation:</para>
<screen os="b"><userinput>./configure --prefix=/tools \
- --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
+ --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
<para os="c">Compile the package:</para>
Modified: trunk/BOOK/temp-system/common/gettext.xml
===================================================================
--- trunk/BOOK/temp-system/common/gettext.xml 2006-06-01 03:27:34 UTC (rev
1712)
+++ trunk/BOOK/temp-system/common/gettext.xml 2006-06-01 03:58:21 UTC (rev
1713)
@@ -31,8 +31,8 @@
<para os="c">Prepare Gettext for compilation:</para>
<screen os="d"><userinput>./configure --prefix=/tools \
- --host=${LFS_TARGET} --disable-shared \
- --cache-file=config.cache</userinput></screen>
+ --host=${LFS_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-06-01 03:27:34 UTC (rev
1712)
+++ trunk/BOOK/temp-system/common/grep.xml 2006-06-01 03:58:21 UTC (rev
1713)
@@ -27,7 +27,7 @@
xpointer="xpointer(//[EMAIL PROTECTED]'a'])"/>
<screen os="ca"><userinput>./configure --prefix=/tools \
- --host=${LFS_TARGET} --disable-perl-regexp</userinput></screen>
+ --host=${LFS_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-06-01 03:27:34 UTC (rev
1712)
+++ trunk/BOOK/temp-system/common/gzip.xml 2006-06-01 03:58:21 UTC (rev
1713)
@@ -33,7 +33,7 @@
xpointer="xpointer(//[EMAIL PROTECTED]'a'])"/>
<screen os="ac"><userinput>./configure --prefix=/tools \
- --host=${LFS_TARGET}</userinput></screen>
+ --host=${LFS_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-06-01 03:27:34 UTC (rev
1712)
+++ trunk/BOOK/temp-system/common/make.xml 2006-06-01 03:58:21 UTC (rev
1713)
@@ -27,7 +27,7 @@
xpointer="xpointer(//[EMAIL PROTECTED]'a'])"/>
<screen os="aa"><userinput>./configure --prefix=/tools \
- --host=${LFS_TARGET}</userinput></screen>
+ --host=${LFS_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/ncurses.xml
===================================================================
--- trunk/BOOK/temp-system/common/ncurses.xml 2006-06-01 03:27:34 UTC (rev
1712)
+++ trunk/BOOK/temp-system/common/ncurses.xml 2006-06-01 03:58:21 UTC (rev
1713)
@@ -27,8 +27,8 @@
xpointer="xpointer(//[EMAIL PROTECTED]'a'])"/>
<screen os="b"><userinput>./configure --prefix=/tools --with-shared \
- --host=${LFS_TARGET} --without-debug --without-ada \
- --enable-overwrite --with-build-cc=gcc</userinput></screen>
+ --host=${LFS_TARGET} --without-debug --without-ada \
+ --enable-overwrite --with-build-cc=gcc</userinput></screen>
<variablelist os="c">
<title>The meaning of the configure options:</title>
Modified: trunk/BOOK/temp-system/common/sed.xml
===================================================================
--- trunk/BOOK/temp-system/common/sed.xml 2006-06-01 03:27:34 UTC (rev
1712)
+++ trunk/BOOK/temp-system/common/sed.xml 2006-06-01 03:58:21 UTC (rev
1713)
@@ -25,7 +25,7 @@
<para os="a">Prepare Sed for compilation:</para>
<screen os="b"><userinput>./configure --prefix=/tools \
- --host=${LFS_TARGET}</userinput></screen>
+ --host=${LFS_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-06-01 03:27:34 UTC (rev
1712)
+++ trunk/BOOK/temp-system/common/tar.xml 2006-06-01 03:58:21 UTC (rev
1713)
@@ -32,7 +32,7 @@
xpointer="xpointer(//[EMAIL PROTECTED]'a'])"/>
<screen os="b"><userinput>./configure --prefix=/tools \
- --host=${LFS_TARGET} --cache-file=config.cache</userinput></screen>
+ --host=${LFS_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/common/texinfo.xml
===================================================================
--- trunk/BOOK/temp-system/common/texinfo.xml 2006-06-01 03:27:34 UTC (rev
1712)
+++ trunk/BOOK/temp-system/common/texinfo.xml 2006-06-01 03:58:21 UTC (rev
1713)
@@ -27,7 +27,7 @@
xpointer="xpointer(//[EMAIL PROTECTED]'a'])"/>
<screen os="b"><userinput>./configure --prefix=/tools \
- --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
+ --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../../final-system/common/texinfo.xml"
Modified: trunk/BOOK/temp-system/x86/gcc.xml
===================================================================
--- trunk/BOOK/temp-system/x86/gcc.xml 2006-06-01 03:27:34 UTC (rev 1712)
+++ trunk/BOOK/temp-system/x86/gcc.xml 2006-06-01 03:58:21 UTC (rev 1713)
@@ -59,14 +59,14 @@
<screen os="ce"><userinput>cp -v gcc/cppdefault.c{,.orig}
sed -e '/#define STANDARD_INCLUDE_DIR/s@"/usr/include"@[EMAIL PROTECTED]' \
- gcc/cppdefault.c.orig > gcc/cppdefault.c</userinput></screen>
+ gcc/cppdefault.c.orig > gcc/cppdefault.c</userinput></screen>
<para os="cf">Also, we need to set the directory searched by the
fixincludes
process for system headers, so it won't look at the host's headers:</para>
<screen os="cg"><userinput>cp -v gcc/Makefile.in{,.orig}
sed -e '[EMAIL PROTECTED](^NATIVE_SYSTEM_HEADER_DIR =\)[EMAIL PROTECTED]
/tools/[EMAIL PROTECTED]' \
- gcc/Makefile.in.orig > gcc/Makefile.in</userinput></screen>
+ gcc/Makefile.in.orig > gcc/Makefile.in</userinput></screen>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../../cross-tools/x86/gcc-static.xml"
@@ -110,7 +110,7 @@
<para os="cm">Compile the package:</para>
<screen os="cn"><userinput>make AS_FOR_TARGET="${AS}" \
-LD_FOR_TARGET="${LD}"</userinput></screen>
+ LD_FOR_TARGET="${LD}"</userinput></screen>
<para os="co">Install the package:</para>
--
http://linuxfromscratch.org/mailman/listinfo/cross-lfs
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page