[Clfs-commits] [CLFS Embedded]Cross-LFS Embedded Book branch, master, updated. 1e24bf09291d7614add82f233a2489a0533e26aa

git git at cross-lfs.org
Sat Jan 8 19:08:50 PST 2011


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 Embedded Book".

The branch, master has been updated
       via  1e24bf09291d7614add82f233a2489a0533e26aa (commit)
       via  d683d1ee12fc83abd609139b10442b05ea8dad9c (commit)
      from  0ed146145a1bbc0e2086a5cb0a25a075ec56a5b6 (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 1e24bf09291d7614add82f233a2489a0533e26aa
Author: Joe Ciccone <jciccone at gmail.com>
Date:   Sat Jan 8 22:03:46 2011 -0500

    Update the binutils command on the host prereqs script. Thanks Andrew Bradford for bringing this up.

diff --git a/BOOK/prologue/common/hostreqs.xml b/BOOK/prologue/common/hostreqs.xml
index 7b73d7d..33cdbf5 100644
--- a/BOOK/prologue/common/hostreqs.xml
+++ b/BOOK/prologue/common/hostreqs.xml
@@ -97,7 +97,7 @@
 # Simple script to list version numbers of critical development tools
 
 bash --version | head -n1 | cut -d" " -f2-4
-echo -n "Binutils: "; ld --version | head -n1 | cut -d" " -f3-4
+echo -n "Binutils: "; ld --version | head -n1 | cut -d" " -f3-
 bzip2 --version 2>&1 < /dev/null | head -n1 | cut -d" " -f1,6-
 echo -n "Coreutils: "; chown --version | head -n1 | cut -d")" -f2
 diff --version | head -n1

commit d683d1ee12fc83abd609139b10442b05ea8dad9c
Author: Joe Ciccone <jciccone at gmail.com>
Date:   Sat Jan 8 22:03:04 2011 -0500

    Update Date.

diff --git a/BOOK/general.ent b/BOOK/general.ent
index 3fcca1c..4ea1b33 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
-<!ENTITY month "11"> <!-- Use two digits -->
-<!ENTITY month_name "November">
-<!ENTITY day "28"> <!-- Use two digits -->
-<!ENTITY year "2010"> <!-- Use four digits -->
+<!ENTITY month "01"> <!-- Use two digits -->
+<!ENTITY month_name "January">
+<!ENTITY day "08"> <!-- Use two digits -->
+<!ENTITY year "2011"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">
 

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

Summary of changes:
 BOOK/general.ent                  |    8 ++++----
 BOOK/prologue/common/hostreqs.xml |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
Cross-LFS Embedded Book



More information about the Clfs-commits mailing list