[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.1.0-1260-g39ca59f

git git at cross-lfs.org
Mon Jun 16 23:28:22 PDT 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, master has been updated
       via  39ca59fdba9acd52ff24ba9f757f595e1303184e (commit)
       via  3a4cb539568042a5a10645493e1d1fb17ef7fdd9 (commit)
      from  7481f2d0da8de41be23482bd8c990c8a41427ca4 (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 39ca59fdba9acd52ff24ba9f757f595e1303184e
Author: Chris Staub <chris at beaker67.com>
Date:   Tue Jun 17 02:27:50 2014 -0400

    Updated date

diff --git a/BOOK/general.ent b/BOOK/general.ent
index d9a80c2..d368e78 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "06"> <!-- Use two digits -->
 <!ENTITY month_name "June">
-<!ENTITY day "15"> <!-- Use two digits -->
+<!ENTITY day "17"> <!-- Use two digits -->
 <!ENTITY year "2014"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

commit 3a4cb539568042a5a10645493e1d1fb17ef7fdd9
Author: Chris Staub <chris at beaker67.com>
Date:   Tue Jun 17 02:27:21 2014 -0400

    More detailed explanatory text in cross-tools File page. Thanks Martin Ward for the reminder

diff --git a/BOOK/cross-tools/common/file.xml b/BOOK/cross-tools/common/file.xml
index 5831622..de29a7c 100644
--- a/BOOK/cross-tools/common/file.xml
+++ b/BOOK/cross-tools/common/file.xml
@@ -22,8 +22,16 @@
   <sect2 role="installation">
     <title>Installation of File</title>
 
-    <para>Here we install a native <command>file</command> program that can run
-    on the host system, as this program is needed by Binutils.</para>
+    <para>One method that <command>file</command> uses for identifying a given
+    file is to run <quote>magic tests</quote>, where it compares the file's
+    contents to data in <quote>magic files</quote>, which contain information
+    about a number of standard file formats. When File is compiled, it will run
+    <command>file -C</command> to combine the information from the
+    magic files in its source tree into a single <filename>magic.mgc</filename>
+    file, which it will use after it is installed. When we build File in 
+    <xref linkend="chapter-temp-system"/>, it will be cross-compiled, so it
+    will not be able to run the <command>file</command> program that it just
+    built, which means that we need one that will run on the host system.</para>
 
     <para>Prepare File for compilation:</para>
 

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

Summary of changes:
 BOOK/cross-tools/common/file.xml |   12 ++++++++++--
 BOOK/general.ent                 |    2 +-
 2 files changed, 11 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list