diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-10-24 17:29:01 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-10-24 17:29:01 +0000 |
commit | 323ef7403afab7a1bcb989023ac70d22e97c808f (patch) | |
tree | c2eec06cf5b9552e3fa392602efaa8fc7a515d38 /appendixa/coreutils-dep.xml | |
parent | 7f1fcd89bbc057b79fb7316f08d69b14c349becb (diff) |
Changing dependencies to the short format, based on Tushar's post.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3038 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/coreutils-dep.xml')
-rw-r--r-- | appendixa/coreutils-dep.xml | 19 |
1 files changed, 3 insertions, 16 deletions
diff --git a/appendixa/coreutils-dep.xml b/appendixa/coreutils-dep.xml index 6f0cdb326..1caa6c593 100644 --- a/appendixa/coreutils-dep.xml +++ b/appendixa/coreutils-dep.xml @@ -3,23 +3,10 @@ <sect2> <title>Coreutils Installation Dependencies</title> -<para>Not yet checked but probably something like this:</para> +<para>(Last checked against version &coreutils-depversion;.)</para> -<literallayout>Bash: sh -Binutils: ar, as, ld, ranlib -Coreutils: basename, cat, chmod, chown, echo, expr, hostname, - install, ls, mv, rm, sleep, tr, uname -Diffutils: cmp -Gawk: gawk -GCC: cc, cc1, collect2, cpp, gcc -Gettext: msgfmt, xgettext -Glibc: getconf -Grep: egrep, fgrep, grep -Make: make -Perl: perl -Sed: sed -Tar: tar -Texinfo: install-info, makeinfo</literallayout> +<para>Coreutils depends on: Bash, Binutils, Coreutils, Diffutils, GCC, +Gettext, Glibc, Grep, Make, Perl, Sed.</para> </sect2> |