[Clfs-commits] commit: r4602 - in /branches/clfs-sysroot/BOOK: cross-tools/common/ final-system/arm/ final-system/common/

svn at cross-lfs.org svn at cross-lfs.org
Sat Jan 31 06:40:21 PST 2009


Author: jciccone
Date: Sat Jan 31 14:40:21 2009
New Revision: 4602

Log:
Fix validation errors.

Modified:
    branches/clfs-sysroot/BOOK/cross-tools/common/shadow.xml
    branches/clfs-sysroot/BOOK/final-system/arm/perl.xml
    branches/clfs-sysroot/BOOK/final-system/common/coreutils.xml
    branches/clfs-sysroot/BOOK/final-system/common/gcc.xml
    branches/clfs-sysroot/BOOK/final-system/common/gzip.xml
    branches/clfs-sysroot/BOOK/final-system/common/psmisc.xml
    branches/clfs-sysroot/BOOK/final-system/common/util-linux-ng.xml

Modified: branches/clfs-sysroot/BOOK/cross-tools/common/shadow.xml
==============================================================================
--- branches/clfs-sysroot/BOOK/cross-tools/common/shadow.xml (original)
+++ branches/clfs-sysroot/BOOK/cross-tools/common/shadow.xml Sat Jan 31 14:40:21 2009
@@ -40,7 +40,7 @@
     <para>Add the proper prefix to the <filename>passwd</filename> program:</para>
 
 <screen><userinput>cp config.h{,.orig}
-sed "/PASSWD_PROGRAM/s/passwd/${CLFS_TARGET}-&/" config.h.orig > config.h</userinput></screen>
+sed "/PASSWD_PROGRAM/s/passwd/${CLFS_TARGET}-&/" config.h.orig > config.h</userinput></screen>
 
     <para>Compile the package:</para>
 

Modified: branches/clfs-sysroot/BOOK/final-system/arm/perl.xml
==============================================================================
--- branches/clfs-sysroot/BOOK/final-system/arm/perl.xml (original)
+++ branches/clfs-sysroot/BOOK/final-system/arm/perl.xml Sat Jan 31 14:40:21 2009
@@ -41,7 +41,7 @@
 
 <screen os="s2"><userinput>cp -v Makefile.SH{,.orig}
 sed -e "s at pldlflags=''@pldlflags=\"\$cccdlflags\"@g" \
-    -e "s at static_target='static'@static_target='static_pic'@g" Makefile.SH.orig > Makefile.SH</userinput></screen>
+    -e "s at static_target='static'@static_target='static_pic'@g" Makefile.SH.orig > Makefile.SH</userinput></screen>
 
     <para os="a">The Cross directory contains a Makefile for cross-compiling:</para>
 

Modified: branches/clfs-sysroot/BOOK/final-system/common/coreutils.xml
==============================================================================
--- branches/clfs-sysroot/BOOK/final-system/common/coreutils.xml (original)
+++ branches/clfs-sysroot/BOOK/final-system/common/coreutils.xml Sat Jan 31 14:40:21 2009
@@ -49,7 +49,7 @@
     <command>install</command> to perform the install:</para>
 
 <screen os="s2"><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="a">Configure can not properly determine how to get free space
     when cross-compiling - as a result, the <command>df</command> program will

Modified: branches/clfs-sysroot/BOOK/final-system/common/gcc.xml
==============================================================================
--- branches/clfs-sysroot/BOOK/final-system/common/gcc.xml (original)
+++ branches/clfs-sysroot/BOOK/final-system/common/gcc.xml Sat Jan 31 14:40:21 2009
@@ -52,7 +52,7 @@
     later, so the following <command>sed</command> will simulate its presence:</para>
 
 <screen os="e2"><userinput>cp gcc/gccbug.in{,.orig}
-sed 's/@have_mktemp_command@/yes/' gcc/gccbug.in.orig > gcc/gccbug.in</userinput></screen>
+sed 's/@have_mktemp_command@/yes/' gcc/gccbug.in.orig > gcc/gccbug.in</userinput></screen>
 
     <para os="s1">The <command>fixincludes</command> script attempts to "fix"
     the system headers installed so far. Since GCC is cross-compiled expecting
@@ -61,7 +61,7 @@
     prevents <command>fixincludes</command> from running:</para>
 
 <screen os="s2"><userinput>cp gcc/Makefile.in{,.orig}
-sed 's@\./fixinc\.sh at -c true@' gcc/Makefile.in.orig > gcc/Makefile.in</userinput></screen>
+sed 's@\./fixinc\.sh at -c true@' gcc/Makefile.in.orig > gcc/Makefile.in</userinput></screen>
 
     <para os="c">The GCC documentation recommends building GCC outside of the source
     directory in a dedicated build directory:</para>

Modified: branches/clfs-sysroot/BOOK/final-system/common/gzip.xml
==============================================================================
--- branches/clfs-sysroot/BOOK/final-system/common/gzip.xml (original)
+++ branches/clfs-sysroot/BOOK/final-system/common/gzip.xml Sat Jan 31 14:40:21 2009
@@ -31,7 +31,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>
 
     <para os="a">Prepare Gzip for compilation:</para>

Modified: branches/clfs-sysroot/BOOK/final-system/common/psmisc.xml
==============================================================================
--- branches/clfs-sysroot/BOOK/final-system/common/psmisc.xml (original)
+++ branches/clfs-sysroot/BOOK/final-system/common/psmisc.xml Sat Jan 31 14:40:21 2009
@@ -29,7 +29,7 @@
     macro will assume that the malloc provided is not GNU Compatible. The
     following tells it that we do:</para>
 
-<screen os="a2"><userinput>echo "ac_cv_func_malloc_0_nonnull=yes" > config.cache
+<screen os="a2"><userinput>echo "ac_cv_func_malloc_0_nonnull=yes" > config.cache
 echo "ac_cv_func_realloc_0_nonnull=yes" >> config.cache</userinput></screen>
 
     <para os="a">Prepare Psmisc for compilation:</para>

Modified: branches/clfs-sysroot/BOOK/final-system/common/util-linux-ng.xml
==============================================================================
--- branches/clfs-sysroot/BOOK/final-system/common/util-linux-ng.xml (original)
+++ branches/clfs-sysroot/BOOK/final-system/common/util-linux-ng.xml Sat Jan 31 14:40:21 2009
@@ -35,7 +35,7 @@
 
 <screen><userinput>cp hwclock/hwclock.c{,.orig}
 sed -e 's at etc/adjtime at var/lib/hwclock/adjtime at g' \
-    hwclock/hwclock.c.orig > hwclock/hwclock.c
+    hwclock/hwclock.c.orig > hwclock/hwclock.c
 mkdir -pv ${CLFS}/var/lib/hwclock</userinput></screen>
 
   </sect2>




More information about the Clfs-commits mailing list