[Clfs-commits] commit: r4604 - in /branches/clfs-sysroot/BOOK/final-system/common: bison.xml psmisc.xml

svn at cross-lfs.org svn at cross-lfs.org
Sat Jan 31 06:44:10 PST 2009


Author: jciccone
Date: Sat Jan 31 14:44:10 2009
New Revision: 4604

Log:
More validation fixes.

Modified:
    branches/clfs-sysroot/BOOK/final-system/common/bison.xml
    branches/clfs-sysroot/BOOK/final-system/common/psmisc.xml

Modified: branches/clfs-sysroot/BOOK/final-system/common/bison.xml
==============================================================================
--- branches/clfs-sysroot/BOOK/final-system/common/bison.xml (original)
+++ branches/clfs-sysroot/BOOK/final-system/common/bison.xml Sat Jan 31 14:44:10 2009
@@ -34,7 +34,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: 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:44:10 2009
@@ -30,7 +30,7 @@
     following tells it that we do:</para>
 
 <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>
+echo "ac_cv_func_realloc_0_nonnull=yes" >> config.cache</userinput></screen>
 
     <para os="a">Prepare Psmisc for compilation:</para>
 




More information about the Clfs-commits mailing list