[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-72-g3c60673

git git at cross-lfs.org
Tue Jun 4 04:52:15 PDT 2013


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  3c60673096f52c229b74691f97454f69ed679a67 (commit)
      from  cc16897adefbb755ebdc72d9f3d9c0446c06fb27 (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 3c60673096f52c229b74691f97454f69ed679a67
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Tue Jun 4 06:52:11 2013 -0500

    Move position of sed from top to before compile.

diff --git a/BOOK/temp-system/common/coreutils.xml b/BOOK/temp-system/common/coreutils.xml
index 9149334..0556a05 100644
--- a/BOOK/temp-system/common/coreutils.xml
+++ b/BOOK/temp-system/common/coreutils.xml
@@ -22,12 +22,6 @@
   <sect2 role="installation">
     <title>Installation of Coreutils</title>
 
-    <para os="aa">Apply a sed to allow completion of the build:</para>
-
-<screen os="ab"><userinput>cp -v Makefile{,.orig}
-sed -e 's/^#run_help2man\|^run_help2man/#&/' \
-  -e 's/^\##run_help2man/run_help2man/' Makefile.orig > Makefile</userinput></screen>
-
     <para os="ba">Configure can not properly determine how to get free space
     when cross-compiling - as a result, the <command>df</command> program will
     not be built. Add the following entries to <filename>config.cache</filename>
@@ -57,6 +51,12 @@ EOF</userinput></screen>
 
     </variablelist>
 
+    <para os="s1">Apply a sed to allow completion of the build:</para>
+
+<screen os="s2"><userinput>cp -v Makefile{,.orig}
+sed -e 's/^#run_help2man\|^run_help2man/#&/' \
+  -e 's/^\##run_help2man/run_help2man/' Makefile.orig > Makefile</userinput></screen>
+
    <para os="bf">Compile the package:</para>
 
 <screen os="bg"><userinput>make</userinput></screen>
diff --git a/BOOK/temp-system/multilib/coreutils.xml b/BOOK/temp-system/multilib/coreutils.xml
index cef82d4..8d48a7c 100644
--- a/BOOK/temp-system/multilib/coreutils.xml
+++ b/BOOK/temp-system/multilib/coreutils.xml
@@ -24,14 +24,6 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/coreutils.xml"
-    xpointer="xpointer(//*[@os='aa'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../common/coreutils.xml"
-    xpointer="xpointer(//*[@os='ab'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../common/coreutils.xml"
     xpointer="xpointer(//*[@os='ba'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
@@ -52,6 +44,14 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/coreutils.xml"
+    xpointer="xpointer(//*[@os='s1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/coreutils.xml"
+    xpointer="xpointer(//*[@os='s2'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/coreutils.xml"
     xpointer="xpointer(//*[@os='bf'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"

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

Summary of changes:
 BOOK/temp-system/common/coreutils.xml   |   12 ++++++------
 BOOK/temp-system/multilib/coreutils.xml |   16 ++++++++--------
 2 files changed, 14 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list