[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, sysvinit, updated. clfs-3.0.0-sysvinit-372-g166f463

git git at clfs.org
Fri Jun 9 23:29:13 PDT 2017


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, sysvinit has been updated
       via  166f463c840b4cb2a66c50c7677323da34a326fc (commit)
      from  16e8ba11915b45740615468b29286b6246a29a6b (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 166f463c840b4cb2a66c50c7677323da34a326fc
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Sat Jun 10 01:28:53 2017 -0500

    Adjust order

diff --git a/BOOK/final-system/common/automake.xml b/BOOK/final-system/common/automake.xml
index b42a17f..1ad7fe0 100644
--- a/BOOK/final-system/common/automake.xml
+++ b/BOOK/final-system/common/automake.xml
@@ -25,13 +25,13 @@
   <sect2 role="installation">
     <title>Installation of Automake</title>
 
-    <para os="a">Prepare Automake for compilation:</para>
-
     <para os="p1">Apply the following patch to fix outdated syntax that is no
     longer recognized by Perl-&perl-version;.</para>
 
 <screen os="p2"><userinput>patch -Np1 -i ../&automake-perl-patch;</userinput></screen>
 
+    <para os="a">Prepare Automake for compilation:</para>
+
 <screen os="b"><userinput>./configure \
     --prefix=/usr \
     --docdir=/usr/share/doc/automake-&automake-version;</userinput></screen>
diff --git a/BOOK/final-system/multilib/automake.xml b/BOOK/final-system/multilib/automake.xml
index 75e0ad8..3c15ef2 100644
--- a/BOOK/final-system/multilib/automake.xml
+++ b/BOOK/final-system/multilib/automake.xml
@@ -23,15 +23,15 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/automake.xml"
-    xpointer="xpointer(//*[@os='a'])"/>
+    xpointer="xpointer(//*[@os='p1'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/automake.xml"
-    xpointer="xpointer(//*[@os='p1'])"/>
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/automake.xml"
-    xpointer="xpointer(//*[@os='p2'])"/>
+    xpointer="xpointer(//*[@os='a'])"/>
 
 <screen os="b"><userinput>CC="gcc ${BUILD64}" \
 ./configure \

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

Summary of changes:
 BOOK/final-system/common/automake.xml   |    4 ++--
 BOOK/final-system/multilib/automake.xml |    6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list