[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, systemd, updated. clfs-2.0.0-869-g6a24bdf

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, systemd has been updated
       via  6a24bdfd5485c90cebaef2094fe57765e62600ea (commit)
      from  79f4e125db00023b91d5693ba9a2b02096f48ded (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 6a24bdfd5485c90cebaef2094fe57765e62600ea
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Sun Feb 9 12:45:26 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