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

git git at cross-lfs.org
Sat Jan 8 19:10:48 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  a9035d06885916ad2b76939a41b4f4e67af6a03b (commit)
      from  1e24bf09291d7614add82f233a2489a0533e26aa (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 a9035d06885916ad2b76939a41b4f4e67af6a03b
Author: Joe Ciccone <jciccone at gmail.com>
Date:   Sat Jan 8 22:05:08 2011 -0500

    Remove duplication when creating the cross-tools directory. Once again, Thanks to Andrew Bradford for catching this.

diff --git a/BOOK/final-preps/creatingcrossdir.xml b/BOOK/final-preps/creatingcrossdir.xml
index 01dc785..04de89d 100644
--- a/BOOK/final-preps/creatingcrossdir.xml
+++ b/BOOK/final-preps/creatingcrossdir.xml
@@ -20,6 +20,6 @@
 
   <para>Create the required directory by running the following:</para>
 
-<screen><userinput>install -dv ${CLFS}/cross-tools</userinput></screen>
+<screen><userinput>install -dv ${CLFS}/cross-tools{,/bin}</userinput></screen>
 
 </sect1>
diff --git a/BOOK/final-preps/creatingdirs.xml b/BOOK/final-preps/creatingdirs.xml
index 91c3d0d..cf6e4bb 100644
--- a/BOOK/final-preps/creatingdirs.xml
+++ b/BOOK/final-preps/creatingdirs.xml
@@ -23,7 +23,6 @@ mkdir -pv ${CLFS}/usr/{,local/}{bin,include,lib,sbin,src}
 mkdir -pv ${CLFS}/usr/{,local/}share/{doc,info,locale,man}
 mkdir -pv ${CLFS}/usr/{,local/}share/{misc,terminfo,zoneinfo}
 mkdir -pv ${CLFS}/usr/{,local/}share/man/man{1,2,3,4,5,6,7,8}
-mkdir -pv ${CLFS}/cross-tools{,/bin}
 for dir in ${CLFS}/usr{,/local}; do
   ln -sv share/{man,doc,info} ${dir}
 done</userinput></screen>

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

Summary of changes:
 BOOK/final-preps/creatingcrossdir.xml |    2 +-
 BOOK/final-preps/creatingdirs.xml     |    1 -
 2 files changed, 1 insertions(+), 2 deletions(-)


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



More information about the Clfs-commits mailing list