[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-644-ge070f99

git git at cross-lfs.org
Sun Feb 9 10:45:31 PST 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cross-LFS Book".

The branch, master has been updated
       via  e070f990d8e482529054e88906b67549d7e0cabc (commit)
      from  6acd99149466ba684eaa846cd5076c3bcf443ba0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e070f990d8e482529054e88906b67549d7e0cabc
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Sun Feb 9 12:43:27 2014 -0600

    Autoconf has build-aux/  Automake has lib/.  Got confused when last change from lib/ to build-aux/ and must have been looking at Autoconf instead of automake.

diff --git a/BOOK/chroot/x86/before-chroot.xml b/BOOK/chroot/x86/before-chroot.xml
index 1ae7144..655096f 100644
--- a/BOOK/chroot/x86/before-chroot.xml
+++ b/BOOK/chroot/x86/before-chroot.xml
@@ -34,7 +34,7 @@
     following to see what the detected target triplet is by
     <command>config.guess</command>:</para>
 
-<screen><userinput>build-aux/config.guess</userinput></screen>
+<screen><userinput>lib/config.guess</userinput></screen>
 
     <para>If the output of that command does not equal what is in
     <envar>${CLFS_TARGET}</envar> then you need to read on. If it does then you
@@ -54,7 +54,7 @@
     following command from inside the <xref linkend="ch-system-automake"/>
     directory:</para>
 
-<screen><userinput>setarch linux32 build-aux/config.guess</userinput></screen>
+<screen><userinput>setarch linux32 lib/config.guess</userinput></screen>
 
     <para>If the output of the command above equals what is in
     <envar>${CLFS_TARGET}</envar> then you have a viable solution. You can
@@ -124,7 +124,7 @@
     following command from inside the <xref linkend="ch-system-automake"/>
     directory:</para>
 
-<screen os="uui"><userinput>build-aux/config.guess</userinput></screen>
+<screen os="uui"><userinput>lib/config.guess</userinput></screen>
 
     <para os="uuj">The output of the above command should be the same as the
     <envar>${CLFS_TARGET}</envar> environment variable. If this is not the

-----------------------------------------------------------------------

Summary of changes:
 BOOK/chroot/x86/before-chroot.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list