diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-08-11 22:49:50 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-08-11 22:49:50 +0000 |
commit | ab6f1859dd20771fcf1a6b62ecd2fd8819666c26 (patch) | |
tree | 3e9bc15124c8f4d56b5459d70a27f86dda7b2364 /chapter04 | |
parent | 775a2682d0633c2777b93207bd495708f9724258 (diff) |
small things around coreutils and bugs #518 and #520
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2668 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter04')
-rw-r--r-- | chapter04/binutils.xml | 1 | ||||
-rw-r--r-- | chapter04/gcc.xml | 8 | ||||
-rw-r--r-- | chapter04/introduction.xml | 6 |
3 files changed, 11 insertions, 4 deletions
diff --git a/chapter04/binutils.xml b/chapter04/binutils.xml index ed8926d11..00454c451 100644 --- a/chapter04/binutils.xml +++ b/chapter04/binutils.xml @@ -1,3 +1,2 @@ Binutils (&binutils-version;) - &binutils-size;: <ulink url="http://freshmeat.net/projects/binutils/"/> - diff --git a/chapter04/gcc.xml b/chapter04/gcc.xml index e54f7f7c0..694d26a6c 100644 --- a/chapter04/gcc.xml +++ b/chapter04/gcc.xml @@ -1,2 +1,8 @@ -GCC (&gcc-version;) - &gcc-core-size;: +GCC-core (&gcc-version;) - &gcc-core-size;: +<ulink url="http://freshmeat.net/projects/gcc/"/> + +GCC-g++ (&gcc-version;) - &gcc-gpp-size;: +<ulink url="http://freshmeat.net/projects/gcc/"/> + +GCC-testsuite (&gcc-version;) - &gcc-testsuite-size;: <ulink url="http://freshmeat.net/projects/gcc/"/> diff --git a/chapter04/introduction.xml b/chapter04/introduction.xml index 859b5dbc0..3e82c190f 100644 --- a/chapter04/introduction.xml +++ b/chapter04/introduction.xml @@ -9,16 +9,18 @@ them. Feel free to try out newer versions, but if you experience problems with those versions, please try the recommended version first before sending bug reports.</para> -<para>All the URL's, when possible, refer to the project's page at +<para>All the URLs, when possible, refer to the project's page at <ulink url="http://www.freshmeat.net">Freshmeat.net</ulink>. The Freshmeat pages will give you easy access to the official download sites as well as -project websites, mailinglists, FAQ's, Changelogs and more.</para> +project websites, mailinglists, FAQs, Changelogs and more.</para> +<![IGNORE[ <para>For your convenience the top of the list contains a link to a file you can use with the <ulink url="http://wget.sunsite.dk">wget</ulink> program. Using this file and the <userinput>wget</userinput> program will make it easy to download all the files at once, rather than downloading each and every individual file manually.</para> +]]> </sect1> |