[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-71-gcc16897

git git at cross-lfs.org
Mon Jun 3 20:32:37 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  cc16897adefbb755ebdc72d9f3d9c0446c06fb27 (commit)
      from  48bfbe9ae3bf8f9fbede7e13fde3f75bc09869d8 (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 cc16897adefbb755ebdc72d9f3d9c0446c06fb27
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Mon Jun 3 22:32:30 2013 -0500

    Edit coreutils as nothing ever works right during cross sompile.

diff --git a/BOOK/temp-system/common/coreutils.xml b/BOOK/temp-system/common/coreutils.xml
index 9fec10e..9149334 100644
--- a/BOOK/temp-system/common/coreutils.xml
+++ b/BOOK/temp-system/common/coreutils.xml
@@ -22,11 +22,11 @@
   <sect2 role="installation">
     <title>Installation of Coreutils</title>
 
-    <para os="aa">The following command updates the timestamps on the uname
-    and hostname man pages so that the Makefile does not attempt to regenerate
-    them:</para>
+    <para os="aa">Apply a sed to allow completion of the build:</para>
 
-<screen os="ab"><userinput>touch man/uname.1 man/hostname.1</userinput></screen>
+<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

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

Summary of changes:
 BOOK/temp-system/common/coreutils.xml |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list