[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-275-g7748c0f

git git at cross-lfs.org
Wed Aug 14 11:54:03 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  7748c0f82fad02fd36c3eef7f19ae3f6294c0682 (commit)
      from  9c231d367d8ac50a0dbb2e3b02e75ad5111c23f1 (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 7748c0f82fad02fd36c3eef7f19ae3f6294c0682
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Wed Aug 14 13:53:59 2013 -0500

    Fix GCC fixincludes edit command.

diff --git a/BOOK/final-system/common/gcc.xml b/BOOK/final-system/common/gcc.xml
index 9d296de..35589b7 100644
--- a/BOOK/final-system/common/gcc.xml
+++ b/BOOK/final-system/common/gcc.xml
@@ -29,7 +29,7 @@
     suppress the execution of the <command>fixincludes</command> script:</para>
 
 <screen os="fix2"><userinput>cp -v gcc/Makefile.in{,.orig}
-sed 's@\./fixinc\.sh at -c true@' gcc/Makefile.orig > gcc/Makefile.in</userinput></screen>
+sed 's@\./fixinc\.sh at -c true@' gcc/Makefile.in.orig > gcc/Makefile.in</userinput></screen>
 
     <para os="d">Apply a <command>sed</command> substitution that will suppress the
     installation of <filename class="libraryfile">libiberty.a</filename>. The

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

Summary of changes:
 BOOK/final-system/common/gcc.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list