[Clfs-commits] commit: r4359 - in /trunk/BOOK: boot/common/ boot/multilib/ boot/ppc/ boot/ppc64/ cross-tools/alpha/ cross-tools/common/ cross-tools/native/ cross-tools/native64/ cross-tools/x86_64/ final-system/common/ final-system/mips64-64/ final-system/mips64/ final-system/multilib/ temp-system/common/ temp-system/multilib/ temp-system/native/ temp-system/native64/ temp-system/x86_64/

svn at cross-lfs.org svn at cross-lfs.org
Tue Jan 6 14:12:16 PST 2009


Author: jim
Date: Tue Jan  6 22:12:15 2009
New Revision: 4359

Log:
Changed > to &gt throughout the book.

Modified:
    trunk/BOOK/boot/common/sysvinit.xml
    trunk/BOOK/boot/multilib/e2fsprogs.xml
    trunk/BOOK/boot/ppc/yaboot-build.xml
    trunk/BOOK/boot/ppc64/yaboot-build.xml
    trunk/BOOK/cross-tools/alpha/glibc-headers.xml
    trunk/BOOK/cross-tools/common/gcc-final.xml
    trunk/BOOK/cross-tools/common/gcc-static.xml
    trunk/BOOK/cross-tools/native/gcc.xml
    trunk/BOOK/cross-tools/native/toolchain.xml
    trunk/BOOK/cross-tools/native64/gcc.xml
    trunk/BOOK/cross-tools/native64/toolchain.xml
    trunk/BOOK/cross-tools/x86_64/gcc-final.xml
    trunk/BOOK/final-system/common/adjusting.xml
    trunk/BOOK/final-system/common/bison.xml
    trunk/BOOK/final-system/mips64-64/adjusting.xml
    trunk/BOOK/final-system/mips64/adjusting.xml
    trunk/BOOK/final-system/multilib/adjusting.xml
    trunk/BOOK/temp-system/common/bzip2.xml
    trunk/BOOK/temp-system/common/coreutils.xml
    trunk/BOOK/temp-system/common/gettext.xml
    trunk/BOOK/temp-system/common/gzip.xml
    trunk/BOOK/temp-system/multilib/bzip2.xml
    trunk/BOOK/temp-system/native/bzip2.xml
    trunk/BOOK/temp-system/native/coreutils.xml
    trunk/BOOK/temp-system/native/gcc.xml
    trunk/BOOK/temp-system/native/gettext.xml
    trunk/BOOK/temp-system/native/gzip.xml
    trunk/BOOK/temp-system/native64/bzip2.xml
    trunk/BOOK/temp-system/native64/gcc.xml
    trunk/BOOK/temp-system/x86_64/gcc.xml

Modified: trunk/BOOK/boot/common/sysvinit.xml
==============================================================================
--- trunk/BOOK/boot/common/sysvinit.xml (original)
+++ trunk/BOOK/boot/common/sysvinit.xml Tue Jan  6 22:12:15 2009
@@ -30,7 +30,7 @@
     -e "s@/dev/initctl@${CLFS}&@g" \
     -e 's@\(mknod \)-m \([0-9]* \)\(.* \)p@\1\3p; chmod \2\3 at g' \
     -e "s@/usr/lib@/tools/lib@" \
-    src/Makefile.orig > src/Makefile</userinput></screen>
+    src/Makefile.orig > src/Makefile</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../../final-system/common/sysvinit.xml"

Modified: trunk/BOOK/boot/multilib/e2fsprogs.xml
==============================================================================
--- trunk/BOOK/boot/multilib/e2fsprogs.xml (original)
+++ trunk/BOOK/boot/multilib/e2fsprogs.xml Tue Jan  6 22:12:15 2009
@@ -27,7 +27,7 @@
 
 <screen os="m2"><userinput>chmod -v 0755 configure
 cp -v configure{,.orig}
-sed -e "/libdir=.*\/lib/s@/lib@/lib64 at g" configure.orig > configure</userinput></screen>
+sed -e "/libdir=.*\/lib/s@/lib@/lib64 at g" configure.orig > configure</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/e2fsprogs.xml"

Modified: trunk/BOOK/boot/ppc/yaboot-build.xml
==============================================================================
--- trunk/BOOK/boot/ppc/yaboot-build.xml (original)
+++ trunk/BOOK/boot/ppc/yaboot-build.xml Tue Jan  6 22:12:15 2009
@@ -54,7 +54,7 @@
 <screen><userinput>cp Makefile{,.orig}
 sed -e "s/\(strip \)/${CLFS_TARGET}-\1/" \
     -e 's/-o root -g root//' \
-    Makefile.orig > Makefile</userinput></screen>
+    Makefile.orig > Makefile</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../../final-system/ppc/yaboot.xml"

Modified: trunk/BOOK/boot/ppc64/yaboot-build.xml
==============================================================================
--- trunk/BOOK/boot/ppc64/yaboot-build.xml (original)
+++ trunk/BOOK/boot/ppc64/yaboot-build.xml Tue Jan  6 22:12:15 2009
@@ -58,7 +58,7 @@
             -e "s/\(-Bstatic\)/-melf32ppclinux \1/" \
             -e "s/\(strip \)/${CLFS_TARGET}-\1/" \
             -e 's/-o root -g root//' \
-    Makefile.orig > Makefile</userinput></screen>
+    Makefile.orig > Makefile</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../../final-system/ppc/yaboot.xml"

Modified: trunk/BOOK/cross-tools/alpha/glibc-headers.xml
==============================================================================
--- trunk/BOOK/cross-tools/alpha/glibc-headers.xml (original)
+++ trunk/BOOK/cross-tools/alpha/glibc-headers.xml Tue Jan  6 22:12:15 2009
@@ -31,7 +31,7 @@
     following sed removes the dependency of GCC 3.4.x:</para>
 
 <screen os="s2"><userinput>cp -v configure{,.orig}
-sed -e 's/3.4/3.[0-9]/g' configure.orig > configure</userinput></screen>
+sed -e 's/3.4/3.[0-9]/g' configure.orig > configure</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../../final-system/common/glibc.xml"

Modified: trunk/BOOK/cross-tools/common/gcc-final.xml
==============================================================================
--- trunk/BOOK/cross-tools/common/gcc-final.xml (original)
+++ trunk/BOOK/cross-tools/common/gcc-final.xml Tue Jan  6 22:12:15 2009
@@ -66,7 +66,7 @@
     so it doesn't pick up the host's header files:</para>
 
 <screen os="be"><userinput>cp -v configure{,.orig}
-sed -e  '/FLAGS_FOR_TARGET.*\/lib\//s at -B[^ ]*/lib/@@g' configure.orig > \
+sed -e  '/FLAGS_FOR_TARGET.*\/lib\//s at -B[^ ]*/lib/@@g' configure.orig > \
     configure</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"

Modified: trunk/BOOK/cross-tools/common/gcc-static.xml
==============================================================================
--- trunk/BOOK/cross-tools/common/gcc-static.xml (original)
+++ trunk/BOOK/cross-tools/common/gcc-static.xml Tue Jan  6 22:12:15 2009
@@ -53,7 +53,7 @@
 
 <screen os="aj"><userinput>cp -v gcc/Makefile.in{,.orig}
 sed -e "s@\(^CROSS_SYSTEM_HEADER_DIR =\).*@\1 /tools/include at g" \
-    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="../../final-system/common/gcc.xml"

Modified: trunk/BOOK/cross-tools/native/gcc.xml
==============================================================================
--- trunk/BOOK/cross-tools/native/gcc.xml (original)
+++ trunk/BOOK/cross-tools/native/gcc.xml Tue Jan  6 22:12:15 2009
@@ -66,7 +66,7 @@
     so it doesn't pick up the host's header files:</para>
 
 <screen os="be"><userinput>cp -v configure{,.orig}
-sed -e  '/FLAGS_FOR_TARGET.*\/lib\//s at -B[^ ]*/lib/@@g' configure.orig > \
+sed -e  '/FLAGS_FOR_TARGET.*\/lib\//s at -B[^ ]*/lib/@@g' configure.orig > \
     configure</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"

Modified: trunk/BOOK/cross-tools/native/toolchain.xml
==============================================================================
--- trunk/BOOK/cross-tools/native/toolchain.xml (original)
+++ trunk/BOOK/cross-tools/native/toolchain.xml Tue Jan  6 22:12:15 2009
@@ -101,7 +101,7 @@
 #undef STANDARD_STARTFILE_PREFIX_1
 #undef STANDARD_STARTFILE_PREFIX_2
 #define STANDARD_STARTFILE_PREFIX_1 \"/tools/lib/\"
-#define STANDARD_STARTFILE_PREFIX_2 \"\"" >> gcc/config/linux.h</userinput></screen>
+#define STANDARD_STARTFILE_PREFIX_2 \"\"" >> gcc/config/linux.h</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/gcc-static.xml"
@@ -115,7 +115,7 @@
     so it doesn't pick up the host's header files:</para>
 
 <screen os="be"><userinput>cp -v configure{,.orig}
-sed -e  '/FLAGS_FOR_TARGET.*\/lib\//s at -B[^ ]*/lib/@@g' configure.orig > \
+sed -e  '/FLAGS_FOR_TARGET.*\/lib\//s at -B[^ ]*/lib/@@g' configure.orig > \
     configure</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"

Modified: trunk/BOOK/cross-tools/native64/gcc.xml
==============================================================================
--- trunk/BOOK/cross-tools/native64/gcc.xml (original)
+++ trunk/BOOK/cross-tools/native64/gcc.xml Tue Jan  6 22:12:15 2009
@@ -67,7 +67,7 @@
     picked up, as -B is not expanded by the multilib spec:</para>
 
 <screen os="be"><userinput>cp -v configure{,.orig}
-sed -e  '/FLAGS_FOR_TARGET.*\/lib\//s at -B[^ ]*/lib/@@g' configure.orig > \
+sed -e  '/FLAGS_FOR_TARGET.*\/lib\//s at -B[^ ]*/lib/@@g' configure.orig > \
     configure</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"

Modified: trunk/BOOK/cross-tools/native64/toolchain.xml
==============================================================================
--- trunk/BOOK/cross-tools/native64/toolchain.xml (original)
+++ trunk/BOOK/cross-tools/native64/toolchain.xml Tue Jan  6 22:12:15 2009
@@ -122,7 +122,7 @@
     so it doesn't pick up the host's header files:</para>
 
 <screen os="be"><userinput>cp -v configure{,.orig}
-sed -e  '/FLAGS_FOR_TARGET.*\/lib\//s at -B[^ ]*/lib/@@g' configure.orig > \
+sed -e  '/FLAGS_FOR_TARGET.*\/lib\//s at -B[^ ]*/lib/@@g' configure.orig > \
     configure</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"

Modified: trunk/BOOK/cross-tools/x86_64/gcc-final.xml
==============================================================================
--- trunk/BOOK/cross-tools/x86_64/gcc-final.xml (original)
+++ trunk/BOOK/cross-tools/x86_64/gcc-final.xml Tue Jan  6 22:12:15 2009
@@ -67,7 +67,7 @@
     picked up, as -B is not expanded by the multilib spec:</para>
 
 <screen os="be"><userinput>cp -v configure{,.orig}
-sed -e  '/FLAGS_FOR_TARGET.*\/lib\//s at -B[^ ]*/lib/@@g' configure.orig > \
+sed -e  '/FLAGS_FOR_TARGET.*\/lib\//s at -B[^ ]*/lib/@@g' configure.orig > \
     configure</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"

Modified: trunk/BOOK/final-system/common/adjusting.xml
==============================================================================
--- trunk/BOOK/final-system/common/adjusting.xml (original)
+++ trunk/BOOK/final-system/common/adjusting.xml Tue Jan  6 22:12:15 2009
@@ -15,7 +15,7 @@
 
 <screen os="c"><userinput>gcc -dumpspecs | \
 perl -p -e 's@/tools/lib/ld@/lib/ld at g;' \
-     -e 's@\*startfile_prefix_spec:\n@$_/usr/lib/ @g;' > \
+     -e 's@\*startfile_prefix_spec:\n@$_/usr/lib/ @g;' > \
      $(dirname $(gcc --print-libgcc-file-name))/specs</userinput></screen>
 
   <para os="d">It is a good idea to visually inspect the specs file to verify the

Modified: trunk/BOOK/final-system/common/bison.xml
==============================================================================
--- trunk/BOOK/final-system/common/bison.xml (original)
+++ trunk/BOOK/final-system/common/bison.xml Tue Jan  6 22:12:15 2009
@@ -33,7 +33,7 @@
     program is not already in $PATH.  The following addition will correct
     this:</para>
 
-<screen os="b2"><userinput>echo '#define YYENABLE_NLS 1' >> config.h</userinput></screen>  
+<screen os="b2"><userinput>echo '#define YYENABLE_NLS 1' >> config.h</userinput></screen>  
 
     <para os="c">Compile the package:</para>
 

Modified: trunk/BOOK/final-system/mips64-64/adjusting.xml
==============================================================================
--- trunk/BOOK/final-system/mips64-64/adjusting.xml (original)
+++ trunk/BOOK/final-system/mips64-64/adjusting.xml Tue Jan  6 22:12:15 2009
@@ -18,7 +18,7 @@
 perl -p -e 's@/tools/lib/ld@/lib/ld at g;' \
      -e 's@/tools/lib32/ld@/lib32/ld at g;' \
      -e 's@/tools/lib64/ld@/lib64/ld at g;' \
-     -e 's@\*startfile_prefix_spec:\n@$_/usr/lib/ @g;' > \
+     -e 's@\*startfile_prefix_spec:\n@$_/usr/lib/ @g;' > \
      $(dirname $(gcc --print-libgcc-file-name))/specs</userinput></screen>
 
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"

Modified: trunk/BOOK/final-system/mips64/adjusting.xml
==============================================================================
--- trunk/BOOK/final-system/mips64/adjusting.xml (original)
+++ trunk/BOOK/final-system/mips64/adjusting.xml Tue Jan  6 22:12:15 2009
@@ -18,7 +18,7 @@
 perl -p -e 's@/tools/lib/ld@/lib/ld at g;' \
      -e 's@/tools/lib32/ld@/lib32/ld at g;' \
      -e 's@/tools/lib64/ld@/lib64/ld at g;' \
-     -e 's@\*startfile_prefix_spec:\n@$_/usr/lib/ @g;' > \
+     -e 's@\*startfile_prefix_spec:\n@$_/usr/lib/ @g;' > \
      $(dirname $(gcc --print-libgcc-file-name))/specs</userinput></screen>
 
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"

Modified: trunk/BOOK/final-system/multilib/adjusting.xml
==============================================================================
--- trunk/BOOK/final-system/multilib/adjusting.xml (original)
+++ trunk/BOOK/final-system/multilib/adjusting.xml Tue Jan  6 22:12:15 2009
@@ -17,7 +17,7 @@
 <screen os="c"><userinput>gcc -dumpspecs | \
 perl -p -e 's@/tools/lib/ld@/lib/ld at g;' \
      -e 's@/tools/lib64/ld@/lib64/ld at g;' \
-     -e 's@\*startfile_prefix_spec:\n@$_/usr/lib/ @g;' > \
+     -e 's@\*startfile_prefix_spec:\n@$_/usr/lib/ @g;' > \
      $(dirname $(gcc --print-libgcc-file-name))/specs</userinput></screen>
 
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"

Modified: trunk/BOOK/temp-system/common/bzip2.xml
==============================================================================
--- trunk/BOOK/temp-system/common/bzip2.xml (original)
+++ trunk/BOOK/temp-system/common/bzip2.xml Tue Jan  6 22:12:15 2009
@@ -27,7 +27,7 @@
     multi-architecture build:</para>
 
 <screen os="cb"><userinput>cp -v Makefile{,.orig}
-sed -e 's@^\(all:.*\) test@\1 at g' Makefile.orig > Makefile</userinput></screen>
+sed -e 's@^\(all:.*\) test@\1 at g' Makefile.orig > Makefile</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../../final-system/common/bzip2.xml"

Modified: trunk/BOOK/temp-system/common/coreutils.xml
==============================================================================
--- trunk/BOOK/temp-system/common/coreutils.xml (original)
+++ trunk/BOOK/temp-system/common/coreutils.xml Tue Jan  6 22:12:15 2009
@@ -29,7 +29,7 @@
     <command>install</command> to perform the install:</para>
 
 <screen os="bs2"><userinput>cp -v src/Makefile.in{,.orig}
-sed -e "/binPROGRAMS_INSTALL=/s:./ginstall:install:" src/Makefile.in.orig > src/Makefile.in</userinput></screen>
+sed -e "/binPROGRAMS_INSTALL=/s:./ginstall:install:" src/Makefile.in.orig > src/Makefile.in</userinput></screen>
 
     <para os="ba">Configure can not properly determine how to get free space
     when cross-compiling - as a result, the <command>df</command> program will

Modified: trunk/BOOK/temp-system/common/gettext.xml
==============================================================================
--- trunk/BOOK/temp-system/common/gettext.xml (original)
+++ trunk/BOOK/temp-system/common/gettext.xml Tue Jan  6 22:12:15 2009
@@ -32,7 +32,7 @@
     don't have a working wcwidth when we do. The following will fix possible
     compilation errors because of this assumption:</para>
 
-<screen os="t2"><userinput>echo "gl_cv_func_wcwidth_works=yes" > config.cache</userinput></screen>
+<screen os="t2"><userinput>echo "gl_cv_func_wcwidth_works=yes" > config.cache</userinput></screen>
 
     <para os="c">Prepare Gettext for compilation:</para>
 

Modified: trunk/BOOK/temp-system/common/gzip.xml
==============================================================================
--- trunk/BOOK/temp-system/common/gzip.xml (original)
+++ trunk/BOOK/temp-system/common/gzip.xml Tue Jan  6 22:12:15 2009
@@ -28,7 +28,7 @@
 
 <screen os="s2"><userinput>for file in $(grep -lr futimens *); do
   cp -v ${file}{,.orig}
-  sed -e "s/futimens/gl_&/" ${file}.orig > ${file}
+  sed -e "s/futimens/gl_&/" ${file}.orig > ${file}
 done</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"

Modified: trunk/BOOK/temp-system/multilib/bzip2.xml
==============================================================================
--- trunk/BOOK/temp-system/multilib/bzip2.xml (original)
+++ trunk/BOOK/temp-system/multilib/bzip2.xml Tue Jan  6 22:12:15 2009
@@ -29,7 +29,7 @@
 
 <screen os="m2"><userinput>cp -v Makefile{,.orig}
 sed -e 's@^\(all:.*\) test@\1 at g' \
-    -e 's@/lib\(/\| \|$\)@/lib64\1 at g' Makefile.orig > Makefile</userinput></screen>
+    -e 's@/lib\(/\| \|$\)@/lib64\1 at g' Makefile.orig > Makefile</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/bzip2.xml"

Modified: trunk/BOOK/temp-system/native/bzip2.xml
==============================================================================
--- trunk/BOOK/temp-system/native/bzip2.xml (original)
+++ trunk/BOOK/temp-system/native/bzip2.xml Tue Jan  6 22:12:15 2009
@@ -27,7 +27,7 @@
     multi-architecture build:</para>
 
 <screen os="cb"><userinput>cp -v Makefile{,.orig}
-sed -e 's@^\(all:.*\) test@\1 at g' Makefile.orig > Makefile</userinput></screen>
+sed -e 's@^\(all:.*\) test@\1 at g' Makefile.orig > Makefile</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../../final-system/common/bzip2.xml"

Modified: trunk/BOOK/temp-system/native/coreutils.xml
==============================================================================
--- trunk/BOOK/temp-system/native/coreutils.xml (original)
+++ trunk/BOOK/temp-system/native/coreutils.xml Tue Jan  6 22:12:15 2009
@@ -29,7 +29,7 @@
     <command>install</command> to perform the install:</para>
 
 <screen os="bs2"><userinput>cp -v src/Makefile.in{,.orig}
-sed -e "/binPROGRAMS_INSTALL=/s:./ginstall:install:" src/Makefile.in.orig > src/Makefile.in</userinput></screen>
+sed -e "/binPROGRAMS_INSTALL=/s:./ginstall:install:" src/Makefile.in.orig > src/Makefile.in</userinput></screen>
 
     <para os="ba">Configure can not properly determine how to get free space
     when cross-compiling - as a result, the <command>df</command> program will

Modified: trunk/BOOK/temp-system/native/gcc.xml
==============================================================================
--- trunk/BOOK/temp-system/native/gcc.xml (original)
+++ trunk/BOOK/temp-system/native/gcc.xml Tue Jan  6 22:12:15 2009
@@ -50,14 +50,14 @@
 
 <screen os="ce"><userinput>cp -v gcc/cppdefault.c{,.orig}
 sed -e '/#define STANDARD_INCLUDE_DIR/s@"/usr/include"@0 at g' \
-    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 's@\(^NATIVE_SYSTEM_HEADER_DIR =\).*@\1 /tools/include at g' \
-    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="../../final-system/common/gcc.xml"

Modified: trunk/BOOK/temp-system/native/gettext.xml
==============================================================================
--- trunk/BOOK/temp-system/native/gettext.xml (original)
+++ trunk/BOOK/temp-system/native/gettext.xml Tue Jan  6 22:12:15 2009
@@ -32,7 +32,7 @@
     don't have a working wcwidth when we do. The following will fix possible
     compilation errors because of this assumption:</para>
 
-<screen os="t2"><userinput>echo "gl_cv_func_wcwidth_works=yes" > config.cache</userinput></screen>
+<screen os="t2"><userinput>echo "gl_cv_func_wcwidth_works=yes" > config.cache</userinput></screen>
 
     <para os="c">Prepare Gettext for compilation:</para>
 

Modified: trunk/BOOK/temp-system/native/gzip.xml
==============================================================================
--- trunk/BOOK/temp-system/native/gzip.xml (original)
+++ trunk/BOOK/temp-system/native/gzip.xml Tue Jan  6 22:12:15 2009
@@ -28,7 +28,7 @@
 
 <screen os="s2"><userinput>for file in $(grep -lr futimens *); do
   cp -v ${file}{,.orig}
-  sed -e "s/futimens/gl_&/" ${file}.orig > ${file}
+  sed -e "s/futimens/gl_&/" ${file}.orig > ${file}
 done</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"

Modified: trunk/BOOK/temp-system/native64/bzip2.xml
==============================================================================
--- trunk/BOOK/temp-system/native64/bzip2.xml (original)
+++ trunk/BOOK/temp-system/native64/bzip2.xml Tue Jan  6 22:12:15 2009
@@ -29,7 +29,7 @@
 
 <screen os="m2"><userinput>cp -v Makefile{,.orig}
 sed -e 's@^\(all:.*\) test@\1 at g' \
-    -e 's@/lib\(/\| \|$\)@/lib64\1 at g' Makefile.orig > Makefile</userinput></screen>
+    -e 's@/lib\(/\| \|$\)@/lib64\1 at g' Makefile.orig > Makefile</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/bzip2.xml"

Modified: trunk/BOOK/temp-system/native64/gcc.xml
==============================================================================
--- trunk/BOOK/temp-system/native64/gcc.xml (original)
+++ trunk/BOOK/temp-system/native64/gcc.xml Tue Jan  6 22:12:15 2009
@@ -68,7 +68,7 @@
 
 <screen os="db"><userinput>cp -v gcc/Makefile.in{,.orig2}
 sed -e "/MULTILIBS/s@\$(GCC_FOR_TARGET)@/cross-tools/bin/${CC}@g" \
-   gcc/Makefile.in.orig2 > gcc/Makefile.in</userinput></screen>
+   gcc/Makefile.in.orig2 > gcc/Makefile.in</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../../final-system/common/gcc.xml"

Modified: trunk/BOOK/temp-system/x86_64/gcc.xml
==============================================================================
--- trunk/BOOK/temp-system/x86_64/gcc.xml (original)
+++ trunk/BOOK/temp-system/x86_64/gcc.xml Tue Jan  6 22:12:15 2009
@@ -68,7 +68,7 @@
 
 <screen os="db"><userinput>cp -v gcc/Makefile.in{,.orig2}
 sed -e "/MULTILIBS/s@\$(GCC_FOR_TARGET)@/cross-tools/bin/${CC}@g" \
-   gcc/Makefile.in.orig2 > gcc/Makefile.in</userinput></screen>
+   gcc/Makefile.in.orig2 > gcc/Makefile.in</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../../final-system/common/gcc.xml"




More information about the Clfs-commits mailing list