Author: jim
Date: 2005-04-22 02:30:39 -0600 (Fri, 22 Apr 2005)
New Revision: 5033

Modified:
   branches/cross-lfs/BOOK/cross-tools/introduction.xml
   branches/cross-lfs/BOOK/cross-tools/variables.xml
   branches/cross-lfs/BOOK/introduction/changelog.xml
   branches/cross-lfs/BOOK/temp-tools/introduction.xml
Log:
More Updates

Modified: branches/cross-lfs/BOOK/cross-tools/introduction.xml
===================================================================
--- branches/cross-lfs/BOOK/cross-tools/introduction.xml        2005-04-22 
08:00:52 UTC (rev 5032)
+++ branches/cross-lfs/BOOK/cross-tools/introduction.xml        2005-04-22 
08:30:39 UTC (rev 5033)
@@ -10,5 +10,9 @@
 <para>This chapter shows you how to create cross platform
 tools.</para>
 
+<para>If for some reason you have to stop and come back later,
+remember to use the su - lfs command, and it will setup the
+build environment that you left.</para>
+
 </sect1>
 

Modified: branches/cross-lfs/BOOK/cross-tools/variables.xml
===================================================================
--- branches/cross-lfs/BOOK/cross-tools/variables.xml   2005-04-22 08:00:52 UTC 
(rev 5032)
+++ branches/cross-lfs/BOOK/cross-tools/variables.xml   2005-04-22 08:30:39 UTC 
(rev 5033)
@@ -52,7 +52,7 @@
 <screen><userinput>echo "We are building for ${LFS_TARGET}"
 echo "Our host is ${LFS_HOST}"</userinput></screen>
 
-<para>Now we will make add these to .bash_profile, just in
+<para>Now we will make add these to ~/.bashrc, just in
 case you have to exit and restart building later:</para>
 
 <screen><userinput>echo "export LFS_HOST=${LFS_HOST}" >> ~/.bashrc

Modified: branches/cross-lfs/BOOK/introduction/changelog.xml
===================================================================
--- branches/cross-lfs/BOOK/introduction/changelog.xml  2005-04-22 08:00:52 UTC 
(rev 5032)
+++ branches/cross-lfs/BOOK/introduction/changelog.xml  2005-04-22 08:30:39 UTC 
(rev 5033)
@@ -81,13 +81,15 @@
 </itemizedlist>
 </listitem>
 
-<itemizedlist>
-</itemizedlist><listitem><para>Changelog Entries:</para>
+<listitem><para>Changelog Entries:</para>
 
 <listitem><para>April 22, 2005 [jim]</para>
 <itemizedlist>
 <listitem><para>Added missing headers creation in cross-lfs 
glibc-headers.</para></listitem>
-<listitem><para>Added export of ${LFS_HOST} and ${LFS_TARGET} to 
~/bashrc.</para></listitem>
+<listitem><para>Added export of ${LFS_HOST} and ${LFS_TARGET} to 
~/.bashrc.</para></listitem>
+<listitem><para>Added what to do if you need to stop/start a build in 
cross-tools
+and temp-tools</listitem></para>
+<listitem><para>Fixed Typo.</para></listitem>
 </itemizedlist>
 </listitem>
 

Modified: branches/cross-lfs/BOOK/temp-tools/introduction.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-tools/introduction.xml 2005-04-22 08:00:52 UTC 
(rev 5032)
+++ branches/cross-lfs/BOOK/temp-tools/introduction.xml 2005-04-22 08:30:39 UTC 
(rev 5033)
@@ -11,6 +11,11 @@
 that the packages have. ie make check</para>
 
 <para>It will also build any specific non cross-compiled
-pacakages for our system.</para>
+packages for our system.</para>
+
+<para>If for some reason you have to stop and come back later,
+remember to use the su - lfs command, and it will setup the
+build environment that you left.</para>
+
 </sect1>
 

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to