Author: jim
Date: 2005-04-24 17:30:46 -0600 (Sun, 24 Apr 2005)
New Revision: 5059
Modified:
branches/cross-lfs/BOOK/introduction/changelog.xml
branches/cross-lfs/BOOK/temp-system/variables.xml
Log:
Fixed temp-system variables
Modified: branches/cross-lfs/BOOK/introduction/changelog.xml
===================================================================
--- branches/cross-lfs/BOOK/introduction/changelog.xml 2005-04-24 17:31:37 UTC
(rev 5058)
+++ branches/cross-lfs/BOOK/introduction/changelog.xml 2005-04-24 23:30:46 UTC
(rev 5059)
@@ -105,6 +105,7 @@
<listitem><para>Fixed typo on Binutils, set to incorrect directory thanks
Jeremy Utley.</para></listitem>
<listitem><para>Removed libidn in cross-tools glibc start
files.</para></listitem>
<listitem><para>Removed --disable-selinux from cross-tools
glibc.</para></listitem>
+<listitem><para>Fixed variables in temp-system to add to ~/.bashrc
properly.</para></listitem>
</itemizedlist>
</listitem>
</itemizedlist>
Modified: branches/cross-lfs/BOOK/temp-system/variables.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/variables.xml 2005-04-24 17:31:37 UTC
(rev 5058)
+++ branches/cross-lfs/BOOK/temp-system/variables.xml 2005-04-24 23:30:46 UTC
(rev 5059)
@@ -19,11 +19,11 @@
<para>Lets add the build variables to ~/.bashrc to prevent issues if
we stop and come back later:</para>
-<screen><userinput>echo "\"export CC=\""${LFS_TARGET}-gcc\"" >> ~/.bashrc
-echo "\"export CXX="${LFS_TARGET}-g++\"" >> ~/.bashrc
-echo "\"export AR="${LFS_TARGET}-ar\"" >> ~/.bashrc
-echo "\"export RANLIB="${LFS_TARGET}-ranlib\"" >> ~/.bashrc
-echo "\"export LD="${LFS_TARGET}-ld\"" >> ~/.bashrc</userinput></screen>
+<screen><userinput>echo export CC=\""${LFS_TARGET}-gcc\"" >> ~/.bashrc
+echo export CXX=\""${LFS_TARGET}-g++\"" >> ~/.bashrc
+echo export AR=\""${LFS_TARGET}-ar\"" >> ~/.bashrc
+echo export RANLIB=\""${LFS_TARGET}-ranlib\"" >> ~/.bashrc
+echo export LD=\""${LFS_TARGET}-ld\"" >> ~/.bashrc</userinput></screen>
</sect1>
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page