[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. 3a63c0d15b8ad8d840ef5cfceabc960802823188
git
git at cross-lfs.org
Sat Jan 8 09:53:40 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 Book".
The branch, master has been updated
via 3a63c0d15b8ad8d840ef5cfceabc960802823188 (commit)
via 4e36a4c71a63f8864f6c78cdf0617f762c87a180 (commit)
via 6815d0d8f919189548177e9d526b52f6fe62454e (commit)
from 5d61ba858b02a36b293be6643942c482750ac8e1 (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 3a63c0d15b8ad8d840ef5cfceabc960802823188
Author: Joe Ciccone <jciccone at gmail.com>
Date: Sat Jan 8 12:48:10 2011 -0500
Update the command to set CLFS_HOST based on the hosts MACHTYPE.
diff --git a/BOOK/cross-tools/x86/variables.xml b/BOOK/cross-tools/x86/variables.xml
index 84b4730..ea806ad 100644
--- a/BOOK/cross-tools/x86/variables.xml
+++ b/BOOK/cross-tools/x86/variables.xml
@@ -21,8 +21,7 @@
be changed slightly to add "cross". Set <envar>CLFS_HOST</envar> using the
following command:</para>
-<screen os="b"><userinput>export CLFS_HOST="$(echo ${MACHTYPE} | \
- sed "s/$(echo ${MACHTYPE} | cut -d- -f2)/cross/")"</userinput></screen>
+<screen os="b"><userinput>export CLFS_HOST=$(echo ${MACHTYPE} | sed -e 's/-[^-]*/-cross/')</userinput></screen>
<para os="c">Now you will need to set the triplet for the target
architecture. Set the target variable using the following command:</para>
commit 4e36a4c71a63f8864f6c78cdf0617f762c87a180
Merge: 6815d0d 5d61ba8
Author: Joe Ciccone <jciccone at gmail.com>
Date: Sat Jan 8 12:20:17 2011 -0500
Merge branch 'master' of cross-lfs.org:cross-lfs
commit 6815d0d8f919189548177e9d526b52f6fe62454e
Author: Joe Ciccone <jciccone at gmail.com>
Date: Sat Jan 8 12:15:04 2011 -0500
Update the version in general.ent to be 1.2.0. The next milestone for this branch.
Also change mentions of SVN to GIT.
diff --git a/BOOK/general.ent b/BOOK/general.ent
index c87c9c7..d6b063a 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -7,12 +7,12 @@
<!ENTITY releasedate "&month_name; &day;, &year;">
-<!ENTITY major-version "2">
-<!ENTITY minor-version "0">
+<!ENTITY major-version "1">
+<!ENTITY minor-version "2">
<!ENTITY extra-version "0">
-<!ENTITY generic-version "svn"> <!-- Use "svn", "testing", or "x.y.z[-pre{x}]" -->
+<!ENTITY generic-version "git"> <!-- Use "git", "testing", or "x.y.z[-pre{x}]" -->
-<!ENTITY version "SVN-&year;&month;&day;">
+<!ENTITY version "GIT-&year;&month;&day;">
<!ENTITY version-x86 "&version;-x86">
<!ENTITY version-x86_64 "&version;-x86_64-Multilib">
-----------------------------------------------------------------------
Summary of changes:
BOOK/cross-tools/x86/variables.xml | 3 +--
BOOK/general.ent | 8 ++++----
2 files changed, 5 insertions(+), 6 deletions(-)
hooks/post-receive
--
Cross-LFS Book
More information about the Clfs-commits
mailing list