Changeset f9fdb5f8


Ignore:
Timestamp:
05/16/2002 06:45:55 PM (22 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, v4_0, v4_1, v5_0, v5_1, v5_1_1, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
68d2fcf
Parents:
b01dec7a
Message:

fixed dependency section: packages start with capital

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1886 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
appendixa
Files:
52 edited

Legend:

Unmodified
Added
Removed
  • appendixa/autoconf-dep.xml

    rb01dec7a rf9fdb5f8  
    55
    66<literallayout>
    7 bash: sh
    8 diffutils: cmp
    9 fileutils: chmod, install, ln, ls, mkdir, mv, rm
    10 grep: fgrep, grep
    11 m4: m4
    12 make: make
    13 gawk: gawk
    14 sed: sed
    15 sh-utils: echo, expr, hostname, sleep, uname
    16 texinfo: install-info
    17 textutils: cat, tr
     7Bash: sh
     8Diffutils: cmp
     9Fileutils: chmod, install, ln, ls, mkdir, mv, rm
     10Grep: fgrep, grep
     11M4: m4
     12Make: make
     13Gawk: gawk
     14Sed: sed
     15Sh-utils: echo, expr, hostname, sleep, uname
     16Texinfo: install-info
     17Textutils: cat, tr
    1818</literallayout>
    1919
  • appendixa/automake-dep.xml

    rb01dec7a rf9fdb5f8  
    55
    66<literallayout>
    7 bash: sh
    8 diffutils: cmp
    9 fileutils: chmod, install, ls, mkdir, mv, rm, rmdir
    10 grep: fgrep, grep
    11 make: make
    12 perl: perl
    13 sed: sed
    14 sh-utils: echo, expr, hostname, sleep
    15 texinfo: install-info
    16 textutils: cat, tr
     7Bash: sh
     8Diffutils: cmp
     9Fileutils: chmod, install, ls, mkdir, mv, rm, rmdir
     10Grep: fgrep, grep
     11Make: make
     12Perl: perl
     13Sed: sed
     14Sh-utils: echo, expr, hostname, sleep
     15Texinfo: install-info
     16Textutils: cat, tr
    1717</literallayout>
    1818
  • appendixa/bash-dep.xml

    rb01dec7a rf9fdb5f8  
    55
    66<literallayout>
    7 bash: bash, sh
    8 binutils: ar, as, ld, ranlib, size
    9 diffutils: cmp
    10 fileutils: chmod, cp, install, ln, ls, mkdir, mv, rm
    11 gcc: cc, cc1, collect2, cpp0, gcc
    12 grep: egrep, grep
    13 make: make
    14 gawk: awk
    15 sed: sed
    16 sh-utils: basename, echo, expr, hostname, sleep, uname
    17 texinfo: install-info
    18 textutils: cat, tr, uniq
     7Bash: bash, sh
     8Binutils: ar, as, ld, ranlib, size
     9Diffutils: cmp
     10Fileutils: chmod, cp, install, ln, ls, mkdir, mv, rm
     11Gcc: cc, cc1, collect2, cpp0, gcc
     12Grep: egrep, grep
     13Make: make
     14Gawk: awk
     15Sed: sed
     16Sh-utils: basename, echo, expr, hostname, sleep, uname
     17Texinfo: install-info
     18Textutils: cat, tr, uniq
    1919</literallayout>
    2020
  • appendixa/bin86-dep.xml

    rb01dec7a rf9fdb5f8  
    55
    66<literallayout>
    7 bash: sh
    8 binutils: as, ld, strip
    9 fileutils: chmod, install, ln, mv
    10 gcc: cc, cc1, collect2, cpp0
    11 make: make
    12 sed: sed
     7Bash: sh
     8Binutils: as, ld, strip
     9Fileutils: chmod, install, ln, mv
     10Gcc: cc, cc1, collect2, cpp0
     11Make: make
     12Sed: sed
    1313</literallayout>
    1414
  • appendixa/binutils-dep.xml

    rb01dec7a rf9fdb5f8  
    55
    66<literallayout>
    7 autoconf: autoconf, autoheader
    8 automake: aclocal, automake
    9 bash: sh
    10 binutils: ar, as, ld, nm, ranlib, strip
    11 diffutils: cmp
    12 fileutils: chmod, cp, ln, ls, mkdir, mv, rm, rmdir, touch
    13 flex: flex
    14 gcc: cc, cc1, collect2, cpp0, gcc
    15 glibc: ldconfig
    16 grep: egrep, fgrep, grep
    17 m4: m4
    18 make: make
    19 gawk: gawk
    20 sed: sed
    21 sh-utils: basename, echo, expr, hostname, sleep, true, uname
    22 texinfo: install-info, makeinfo
    23 textutils: cat, sort, tr, uniq
     7Autoconf: autoconf, autoheader
     8Automake: aclocal, automake
     9Bash: sh
     10Binutils: ar, as, ld, nm, ranlib, strip
     11Diffutils: cmp
     12Fileutils: chmod, cp, ln, ls, mkdir, mv, rm, rmdir, touch
     13Flex: flex
     14Gcc: cc, cc1, collect2, cpp0, gcc
     15Glibc: ldconfig
     16Grep: egrep, fgrep, grep
     17M4: m4
     18Make: make
     19Gawk: gawk
     20Sed: sed
     21Sh-utils: basename, echo, expr, hostname, sleep, true, uname
     22Texinfo: install-info, makeinfo
     23Textutils: cat, sort, tr, uniq
    2424</literallayout>
    2525
  • appendixa/bison-dep.xml

    rb01dec7a rf9fdb5f8  
    55
    66<literallayout>
    7 bash: sh
    8 binutils: ar, as, ld, ranlib
    9 diffutils: cmp
    10 fileutils: chmod, cp, install, ln, ls, mkdir, mv, rm, rmdir
    11 gcc: cc, cc1, collect2, cpp0, gcc
    12 grep: egrep, fgrep, grep
    13 make: make
    14 sed: sed
    15 sh-utils: basename, dirname, echo, expr, hostname, sleep, uname
    16 texinfo: install-info
    17 textutils: cat, head, tr, uniq
     7Bash: sh
     8Binutils: ar, as, ld, ranlib
     9Diffutils: cmp
     10Fileutils: chmod, cp, install, ln, ls, mkdir, mv, rm, rmdir
     11Gcc: cc, cc1, collect2, cpp0, gcc
     12Grep: egrep, fgrep, grep
     13Make: make
     14Sed: sed
     15Sh-utils: basename, dirname, echo, expr, hostname, sleep, uname
     16Texinfo: install-info
     17Textutils: cat, head, tr, uniq
    1818</literallayout>
    1919
  • appendixa/bootscripts-dep.xml

    rb01dec7a rf9fdb5f8  
    55
    66<literallayout>
    7 fileutils: chown, cp
     7Fileutils: chown, cp
    88</literallayout>
    99
  • appendixa/bzip2-dep.xml

    rb01dec7a rf9fdb5f8  
    55
    66<literallayout>
    7 bash: sh
    8 binutils: ar, as, ld, ranlib
    9 fileutils: cp, ln, rm
    10 gcc: cc1, collect2, cpp0, gcc
    11 make: make
     7Bash: sh
     8Binutils: ar, as, ld, ranlib
     9Fileutils: cp, ln, rm
     10Gcc: cc1, collect2, cpp0, gcc
     11Make: make
    1212</literallayout>
    1313
  • appendixa/diffutils-dep.xml

    rb01dec7a rf9fdb5f8  
    66
    77<literallayout>
    8 bash: sh
    9 binutils: ld, as
    10 diffutils: cmp
    11 fileutils: chmod, cp, install, mv, rm
    12 gcc: cc1, collect2, cpp0, gcc
    13 grep: egrep, grep
    14 make: make
    15 sed: sed
    16 sh-utils: date, hostname
    17 textutils: cat, tr
     8Bash: sh
     9Binutils: ld, as
     10Diffutils: cmp
     11Fileutils: chmod, cp, install, mv, rm
     12Gcc: cc1, collect2, cpp0, gcc
     13Grep: egrep, grep
     14Make: make
     15Sed: sed
     16Sh-utils: date, hostname
     17Textutils: cat, tr
    1818</literallayout>
    1919
  • appendixa/e2fsprogs-dep.xml

    rb01dec7a rf9fdb5f8  
    66
    77<literallayout>
    8 bash: sh
    9 binutils: ar, as, ld, ranlib, strip
    10 diffutils: cmp
    11 fileutils: chmod, cp, install, ln, mkdir, mv, rm, sync
    12 gcc: cc, cc1, collect2, cpp0
    13 glibc: ldconfig
    14 grep: egrep, grep
    15 gzip: gzip
    16 make: make
    17 gawk: awk
    18 sed: sed
    19 sh-utils: basename, echo, expr, hostname, uname
    20 texinfo: makeinfo
    21 textutils: cat, tr
     8Bash: sh
     9Binutils: ar, as, ld, ranlib, strip
     10Diffutils: cmp
     11Fileutils: chmod, cp, install, ln, mkdir, mv, rm, sync
     12Gcc: cc, cc1, collect2, cpp0
     13Glibc: ldconfig
     14Grep: egrep, grep
     15Gzip: gzip
     16Make: make
     17Gawk: awk
     18Sed: sed
     19Sh-utils: basename, echo, expr, hostname, uname
     20Texinfo: makeinfo
     21Textutils: cat, tr
    2222</literallayout>
    2323
  • appendixa/ed-dep.xml

    rb01dec7a rf9fdb5f8  
    55
    66<literallayout>
    7 bash: sh
    8 binutils: ar, as, ld, ranlib
    9 diffutils: cmp
    10 fileutils: chmod, cp, install, ln, mv, rm, touch
    11 gcc: cc1, collect2, cpp0, gcc
    12 grep: egrep, grep
    13 make: make
    14 sed: sed
    15 sh-utils: hostname
    16 textutils: cat, tr
     7Bash: sh
     8Binutils: ar, as, ld, ranlib
     9Diffutils: cmp
     10Fileutils: chmod, cp, install, ln, mv, rm, touch
     11Gcc: cc1, collect2, cpp0, gcc
     12Grep: egrep, grep
     13Make: make
     14Sed: sed
     15Sh-utils: hostname
     16Textutils: cat, tr
    1717</literallayout>
    1818
  • appendixa/file-dep.xml

    rb01dec7a rf9fdb5f8  
    55
    66<literallayout>
    7 autoconf: autoconf, autoheader
    8 automake: aclocal, automake
    9 bash: sh
    10 binutils: as, ld
    11 diffutils: cmp
    12 fileutils: chmod, install, ln, ls, mv, rm, touch
    13 gcc: cc1, collect2, cpp0, gcc
    14 grep: egrep, grep
    15 m4: m4
    16 make: make
    17 gawk: gawk
    18 sed: sed
    19 sh-utils: echo, expr, hostname, sleep
    20 texinfo: makeinfo
    21 textutils: cat, tr
     7Autoconf: autoconf, autoheader
     8Automake: aclocal, automake
     9Bash: sh
     10Binutils: as, ld
     11Diffutils: cmp
     12Fileutils: chmod, install, ln, ls, mv, rm, touch
     13Gcc: cc1, collect2, cpp0, gcc
     14Grep: egrep, grep
     15M4: m4
     16Make: make
     17Gawk: gawk
     18Sed: sed
     19Sh-utils: echo, expr, hostname, sleep
     20Texinfo: makeinfo
     21Textutils: cat, tr
    2222</literallayout>
    2323
  • appendixa/fileutils-dep.xml

    rb01dec7a rf9fdb5f8  
    66
    77<literallayout>
    8 bash: sh
    9 binutils: ar, as, ld, ranlib
    10 diffutils: cmp
    11 fileutils: chmod, cp, install, ln, ls, mkdir, mv, rm, rmdir
    12 gettext: msgfmt, xgettext
    13 gcc: cc, cc1, collect2, cpp0, gcc
    14 grep: egrep, fgrep, grep
    15 make: make
    16 perl: perl
    17 sed: sed
    18 sh-utils: basename, echo, expr, hostname, sleep, uname
    19 texinfo: install-info
    20 textutils: cat, tr
     8Bash: sh
     9Binutils: ar, as, ld, ranlib
     10Diffutils: cmp
     11Fileutils: chmod, cp, install, ln, ls, mkdir, mv, rm, rmdir
     12Gettext: msgfmt, xgettext
     13Gcc: cc, cc1, collect2, cpp0, gcc
     14Grep: egrep, fgrep, grep
     15Make: make
     16Perl: perl
     17Sed: sed
     18Sh-utils: basename, echo, expr, hostname, sleep, uname
     19Texinfo: install-info
     20Textutils: cat, tr
    2121</literallayout>
    2222
  • appendixa/findutils-dep.xml

    rb01dec7a rf9fdb5f8  
    66
    77<literallayout>
    8 bash: sh
    9 binutils: ar, as, ld, ranlib
    10 diffutils: cmp
    11 fileutils: chmod, cp, install, mv, rm
    12 grep: egrep, grep
    13 gcc: cc1, collect2, cpp0, gcc
    14 make: make
    15 patch: patch
    16 sed: sed
    17 sh-utils: basename, date, echo, hostname
    18 textutils: cat, tr
     8Bash: sh
     9Binutils: ar, as, ld, ranlib
     10Diffutils: cmp
     11Fileutils: chmod, cp, install, mv, rm
     12Grep: egrep, grep
     13Gcc: cc1, collect2, cpp0, gcc
     14Make: make
     15Patch: patch
     16Sed: sed
     17Sh-utils: basename, date, echo, hostname
     18Textutils: cat, tr
    1919</literallayout>
    2020
  • appendixa/flex-dep.xml

    rb01dec7a rf9fdb5f8  
    55
    66<literallayout>
    7 bash: sh
    8 binutils: ar, as, ld, ranlib
    9 bison: bison
    10 diffutils: cmp
    11 fileutils: chmod, cp, install, ln, mv, rm, touch
    12 gcc: cc1, collect2, cpp0, gcc
    13 grep: egrep, grep
    14 make: make
    15 sed: sed
    16 sh-utils: echo, hostname
    17 textutils: cat, tr
     7Bash: sh
     8Binutils: ar, as, ld, ranlib
     9Bison: bison
     10Diffutils: cmp
     11Fileutils: chmod, cp, install, ln, mv, rm, touch
     12Gcc: cc1, collect2, cpp0, gcc
     13Grep: egrep, grep
     14Make: make
     15Sed: sed
     16Sh-utils: echo, hostname
     17Textutils: cat, tr
    1818</literallayout>
    1919
  • appendixa/gawk-dep.xml

    rb01dec7a rf9fdb5f8  
    55
    66<literallayout>
    7 No dependencies checked yet
     7.o dependencies checked yet
    88</literallayout>
    99
  • appendixa/gcc-dep.xml

    rb01dec7a rf9fdb5f8  
    55
    66<literallayout>
    7 bash: sh
    8 binutils: ar, as, ld, nm, ranlib
    9 diffutils: cmp
    10 fileutils: chmod, cp, ln, ls, mkdir, mv, rm, touch
    11 find: find
    12 gcc: cc, cc1, collect2, cpp0, gcc
    13 grep: egrep, grep
    14 make: make
    15 patch: patch
    16 sed: sed
    17 sh-utils: basename, dirname, echo, expr, hostname, sleep, true, uname
    18 tar: tar
    19 texinfo: install-info, makeinfo
    20 textutils: cat, tail, tr
     7Bash: sh
     8Binutils: ar, as, ld, nm, ranlib
     9Diffutils: cmp
     10Fileutils: chmod, cp, ln, ls, mkdir, mv, rm, touch
     11Find: find
     12Gcc: cc, cc1, collect2, cpp0, gcc
     13Grep: egrep, grep
     14Make: make
     15Patch: patch
     16Sed: sed
     17Sh-utils: basename, dirname, echo, expr, hostname, sleep, true, uname
     18Tar: tar
     19Texinfo: install-info, makeinfo
     20Textutils: cat, tail, tr
    2121</literallayout>
    2222
  • appendixa/gettext-dep.xml

    rb01dec7a rf9fdb5f8  
    55
    66<literallayout>
    7 autoconf: autoconf, autoheader
    8 automake: aclocal, automake
    9 bash: sh
    10 binutils: ar, as, ld, nm, ranlib, strip
    11 bison: bison
    12 diffutils: cmp
    13 fileutils: chmod, install, ln, ls, mkdir, mv, rm, rmdir
    14 gcc: cc, cc1, collect2, cpp0, gcc
    15 grep: egrep, fgrep, grep
    16 m4: m4
    17 make: make
    18 gawk: gawk
    19 sed: sed
    20 sh-utils: basename, echo, expr, hostname, sleep, uname
    21 texinfo: install-info, makeinfo
    22 textutils: cat, sort, tr, uniq
     7Autoconf: autoconf, autoheader
     8Automake: aclocal, automake
     9Bash: sh
     10Binutils: ar, as, ld, nm, ranlib, strip
     11Bison: bison
     12Diffutils: cmp
     13Fileutils: chmod, install, ln, ls, mkdir, mv, rm, rmdir
     14Gcc: cc, cc1, collect2, cpp0, gcc
     15Grep: egrep, fgrep, grep
     16M4: m4
     17Make: make
     18Gawk: gawk
     19Sed: sed
     20Sh-utils: basename, echo, expr, hostname, sleep, uname
     21Texinfo: install-info, makeinfo
     22Textutils: cat, sort, tr, uniq
    2323</literallayout>
    2424
  • appendixa/glibc-dep.xml

    rb01dec7a rf9fdb5f8  
    55
    66<literallayout>
    7 bash: sh
    8 binutils: ar, as, ld, ranlib, readelf
    9 diffutils: cmp
    10 fileutils: chmod, cp, install, ln, mknod, mv, mkdir, rm, touch
    11 gcc: cc, cc1, collect2, cpp, gcc
    12 grep: egrep, grep
    13 gzip: gzip
    14 make: make
    15 gawk: gawk
    16 sed: sed
    17 sh-utils: date, expr, hostname, pwd, uname
    18 texinfo: install-info, makeinfo
    19 textutils: cat, cut, sort, tr
     7Bash: sh
     8Binutils: ar, as, ld, ranlib, readelf
     9Diffutils: cmp
     10Fileutils: chmod, cp, install, ln, mknod, mv, mkdir, rm, touch
     11Gcc: cc, cc1, collect2, cpp, gcc
     12Grep: egrep, grep
     13Gzip: gzip
     14Make: make
     15Gawk: gawk
     16Sed: sed
     17Sh-utils: date, expr, hostname, pwd, uname
     18Texinfo: install-info, makeinfo
     19Textutils: cat, cut, sort, tr
    2020</literallayout>
    2121
  • appendixa/grep-dep.xml

    rb01dec7a rf9fdb5f8  
    55
    66<literallayout>
    7 autoconf: autoconf, autoheader
    8 automake: aclocal, automake
    9 bash: sh
    10 binutils: as, ld
    11 diffutils: cmp
    12 fileutils: chmod, install, ls, mkdir, mv, rm
    13 gettext: msgfmt, xgettext
    14 gcc: cc, cc1, collect2, cpp0, gcc
    15 glibc: getconf
    16 grep: egrep, fgrep, grep
    17 m4: m4
    18 make: make
    19 gawk: gawk
    20 sed: sed
    21 sh-utils: basename, echo, expr, hostname, sleep, uname
    22 texinfo: install-info, makeinfo
    23 textutils: cat, tr
     7Autoconf: autoconf, autoheader
     8Automake: aclocal, automake
     9Bash: sh
     10Binutils: as, ld
     11Diffutils: cmp
     12Fileutils: chmod, install, ls, mkdir, mv, rm
     13Gettext: msgfmt, xgettext
     14Gcc: cc, cc1, collect2, cpp0, gcc
     15Glibc: getconf
     16Grep: egrep, fgrep, grep
     17M4: m4
     18Make: make
     19Gawk: gawk
     20Sed: sed
     21Sh-utils: basename, echo, expr, hostname, sleep, uname
     22Texinfo: install-info, makeinfo
     23Textutils: cat, tr
    2424</literallayout>
    2525
  • appendixa/groff-dep.xml

    rb01dec7a rf9fdb5f8  
    55
    66<literallayout>
    7 bash: sh
    8 binutils: ar, as, ld, ranlib
    9 bison: bison
    10 diffutils: cmp
    11 fileutils: chmod, cp, install, ln, ls, mkdir, mv, rm, touch
    12 gcc: cc1, cc1plus, collect2, cpp0, g++, gcc
    13 grep: egrep, grep
    14 make: make
    15 gawk: awk
    16 sed: sed
    17 sh-utils: basename, date, echo, expr, hostname, uname
    18 textutils: cat, tr
     7Bash: sh
     8Binutils: ar, as, ld, ranlib
     9Bison: bison
     10Diffutils: cmp
     11Fileutils: chmod, cp, install, ln, ls, mkdir, mv, rm, touch
     12Gcc: cc1, cc1plus, collect2, cpp0, g++, gcc
     13Grep: egrep, grep
     14Make: make
     15Gawk: awk
     16Sed: sed
     17Sh-utils: basename, date, echo, expr, hostname, uname
     18Textutils: cat, tr
    1919</literallayout>
    2020
  • appendixa/gzip-dep.xml

    rb01dec7a rf9fdb5f8  
    55
    66<literallayout>
    7 bash: sh
    8 binutils: as, ld, nm
    9 fileutils: chmod, cp, install, ln, mv, rm
    10 gcc: cc1, collect2, cpp, cpp0, gcc
    11 grep: egrep, grep
    12 make: make
    13 sed: sed
    14 sh-utils: hostname
    15 textutils: cat, tr
     7Bash: sh
     8Binutils: as, ld, nm
     9Fileutils: chmod, cp, install, ln, mv, rm
     10Gcc: cc1, collect2, cpp, cpp0, gcc
     11Grep: egrep, grep
     12Make: make
     13Sed: sed
     14Sh-utils: hostname
     15Textutils: cat, tr
    1616</literallayout>
    1717
  • appendixa/kbd-dep.xml

    rb01dec7a rf9fdb5f8  
    55
    66<literallayout>
    7 bash: sh
    8 binutils: as, ld, strip
    9 bison: bison
    10 diffutils: cmp
    11 fileutils: cp, install, ln, mv, rm
    12 flex: flex
    13 gettext: msgfmt, xgettext
    14 gcc: cc1, collect2, cpp0, gcc
    15 grep: grep
    16 gzip: gunzip, gzip
    17 make: make
    18 patch: patch
    19 sed: sed
    20 sh-utils: uname
     7Bash: sh
     8Binutils: as, ld, strip
     9Bison: bison
     10Diffutils: cmp
     11Fileutils: cp, install, ln, mv, rm
     12Flex: flex
     13Gettext: msgfmt, xgettext
     14Gcc: cc1, collect2, cpp0, gcc
     15Grep: grep
     16Gzip: gunzip, gzip
     17Make: make
     18Patch: patch
     19Sed: sed
     20Sh-utils: uname
    2121</literallayout>
    2222
  • appendixa/kernel-dep.xml

    rb01dec7a rf9fdb5f8  
    55
    66<literallayout>
    7 bash: sh
    8 binutils: ar, as, ld, nm, objcopy
    9 fileutils: cp, ln, mkdir, mv, rm, touch
    10 findutils: find, xargs
    11 gcc: cc1, collect2, cpp0, gcc
    12 grep: grep
    13 gzip: gzip
    14 make: make
    15 gawk: awk
    16 modutils: depmod, genksyms
    17 net-tools: dnsdomainname, hostname
    18 sed: sed
    19 sh-utils: basename, date, expr, pwd, stty, uname, whoami, yes
    20 textutils: cat, md5sum, sort, tail
     7Bash: sh
     8Binutils: ar, as, ld, nm, objcopy
     9Fileutils: cp, ln, mkdir, mv, rm, touch
     10Findutils: find, xargs
     11Gcc: cc1, collect2, cpp0, gcc
     12Grep: grep
     13Gzip: gzip
     14Make: make
     15Gawk: awk
     16Modutils: depmod, genksyms
     17Net-tools: dnsdomainname, hostname
     18Sed: sed
     19Sh-utils: basename, date, expr, pwd, stty, uname, whoami, yes
     20Textutils: cat, md5sum, sort, tail
    2121</literallayout>
    2222
  • appendixa/less-dep.xml

    rb01dec7a rf9fdb5f8  
    55
    66<literallayout>
    7 bash: sh
    8 binutils: as, ld
    9 diffutils: cmp
    10 fileutils: chmod, install, mv, rm, touch
    11 grep: egrep, grep
    12 gcc: cc1, collect2, cpp0, gcc
    13 make: make
    14 sed: sed
    15 sh-utils: expr, hostname, uname
    16 textutils: cat, tr
     7Bash: sh
     8Binutils: as, ld
     9Diffutils: cmp
     10Fileutils: chmod, install, mv, rm, touch
     11Grep: egrep, grep
     12Gcc: cc1, collect2, cpp0, gcc
     13Make: make
     14Sed: sed
     15Sh-utils: expr, hostname, uname
     16Textutils: cat, tr
    1717</literallayout>
    1818
  • appendixa/libtool-dep.xml

    rb01dec7a rf9fdb5f8  
    55
    66<literallayout>
    7 bash: sh
    8 binutils: ar, as, ld, nm, ranlib, strip
    9 diffutils: cmp
    10 fileutils: chmod, cp, install, ln, ls, mkdir, mv, rm, rmdir
    11 gcc: cc, cc1, collect2, cpp0
    12 glibc: ldconfig
    13 grep: egrep, fgrep, grep
    14 make: make
    15 sed: sed
    16 sh-utils: echo, expr, hostname, sleep, uname
    17 texinfo: install-info
    18 textutils: cat, sort, tr, uniq
     7Bash: sh
     8Binutils: ar, as, ld, nm, ranlib, strip
     9Diffutils: cmp
     10Fileutils: chmod, cp, install, ln, ls, mkdir, mv, rm, rmdir
     11Gcc: cc, cc1, collect2, cpp0
     12Glibc: ldconfig
     13Grep: egrep, fgrep, grep
     14Make: make
     15Sed: sed
     16Sh-utils: echo, expr, hostname, sleep, uname
     17Texinfo: install-info
     18Textutils: cat, sort, tr, uniq
    1919</literallayout>
    2020
  • appendixa/lilo-dep.xml

    rb01dec7a rf9fdb5f8  
    55
    66<literallayout>
    7 bash: sh
    8 bin86: as86, ld86
    9 binutils: as, ld, strip
    10 fileutils: cp, dd, ln
    11 gcc: cc, cc1, collect2, cpp0
    12 make: make
    13 sed: sed
    14 textutils: cat
     7Bash: sh
     8Bin86: as86, ld86
     9Binutils: as, ld, strip
     10Fileutils: cp, dd, ln
     11Gcc: cc, cc1, collect2, cpp0
     12Make: make
     13Sed: sed
     14Textutils: cat
    1515</literallayout>
    1616
  • appendixa/m4-dep.xml

    rb01dec7a rf9fdb5f8  
    55
    66<literallayout>
    7 bash: sh
    8 binutils: ar, as, ld, ranlib
    9 diffutils: cmp
    10 fileutils: chmod, cp, install, mv, rm
    11 make: make
    12 gcc: cc1, collect2, cpp0, gcc
    13 grep: egrep, grep
    14 sed: sed
    15 sh-utils: date, echo, hostname
    16 textutils: cat, tr
     7Bash: sh
     8Binutils: ar, as, ld, ranlib
     9Diffutils: cmp
     10Fileutils: chmod, cp, install, mv, rm
     11Make: make
     12Gcc: cc1, collect2, cpp0, gcc
     13Grep: egrep, grep
     14Sed: sed
     15Sh-utils: date, echo, hostname
     16Textutils: cat, tr
    1717</literallayout>
    1818
  • appendixa/make-dep.xml

    rb01dec7a rf9fdb5f8  
    55
    66<literallayout>
    7 autoconf: autoconf, autoheader
    8 automake: aclocal, automake
    9 bash: sh
    10 binutils: as, ld
    11 diffutils: cmp
    12 fileutils: chgrp, chmod, install, ls, mv, rm
    13 gcc: cc, cc1, collect2, cpp0, gcc
    14 glibc: getconf
    15 grep: egrep, fgrep, grep
    16 m4: m4
    17 make: make
    18 gawk: gawk
    19 sed: sed
    20 sh-utils: basename, echo, expr, hostname, sleep, uname
    21 texinfo: install-info, makeinfo
    22 textutils: cat, tr
     7Autoconf: autoconf, autoheader
     8Automake: aclocal, automake
     9Bash: sh
     10Binutils: as, ld
     11Diffutils: cmp
     12Fileutils: chgrp, chmod, install, ls, mv, rm
     13Gcc: cc, cc1, collect2, cpp0, gcc
     14Glibc: getconf
     15Grep: egrep, fgrep, grep
     16M4: m4
     17Make: make
     18Gawk: gawk
     19Sed: sed
     20Sh-utils: basename, echo, expr, hostname, sleep, uname
     21Texinfo: install-info, makeinfo
     22Textutils: cat, tr
    2323</literallayout>
    2424
  • appendixa/makedev-dep.xml

    rb01dec7a rf9fdb5f8  
    55
    66<literallayout>
    7 bash: sh
    8 fileutils: chmod, chown, cp, ln, mknod, mv, rm
    9 grep: grep
    10 sh-utils: expr, id
     7Bash: sh
     8Fileutils: chmod, chown, cp, ln, mknod, mv, rm
     9Grep: grep
     10Sh-utils: expr, id
    1111</literallayout>
    1212
  • appendixa/man-dep.xml

    rb01dec7a rf9fdb5f8  
    55
    66<literallayout>
    7 bash: sh
    8 binutils: as, ld
    9 fileutils: chmod, cp, install, mkdir, rm
    10 gcc: c11, collect2, cpp0, gcc
    11 grep: grep
    12 make: make
    13 gawk: awk
    14 sed: sed
    15 sh-utils: echo
    16 textutils: cat
     7Bash: sh
     8Binutils: as, ld
     9Fileutils: chmod, cp, install, mkdir, rm
     10Gcc: c11, collect2, cpp0, gcc
     11Grep: grep
     12Make: make
     13Gawk: awk
     14Sed: sed
     15Sh-utils: echo
     16Textutils: cat
    1717</literallayout>
    1818
  • appendixa/manpages-dep.xml

    rb01dec7a rf9fdb5f8  
    66
    77<literallayout>
    8 bash: sh
    9 fileutils: install
    10 make: make
     8Bash: sh
     9Fileutils: install
     10Make: make
    1111</literallayout>
    1212
  • appendixa/modutils-dep.xml

    rb01dec7a rf9fdb5f8  
    55
    66<literallayout>
    7 bash: sh
    8 binutils: ar, as, ld, ranlib, strip
    9 bison: bison
    10 diffutils: cmp
    11 fileutils: chmod, install, ln, mkdir, mv, rm
    12 flex: flex
    13 gcc: cc, cc1, collect2, cpp0, gcc
    14 grep: egrep, grep
    15 make: make
    16 sed: sed
    17 sh-utils: basename, expr, hostname, uname
    18 textutils: cat, tr
     7Bash: sh
     8Binutils: ar, as, ld, ranlib, strip
     9Bison: bison
     10Diffutils: cmp
     11Fileutils: chmod, install, ln, mkdir, mv, rm
     12Flex: flex
     13Gcc: cc, cc1, collect2, cpp0, gcc
     14Grep: egrep, grep
     15Make: make
     16Sed: sed
     17Sh-utils: basename, expr, hostname, uname
     18Textutils: cat, tr
    1919</literallayout>
    2020
  • appendixa/ncurses-dep.xml

    rb01dec7a rf9fdb5f8  
    55
    66<literallayout>
    7 bash: sh
    8 binutils: ar, as, ld, ranlib
    9 diffutils: cmp
    10 fileutils: chmod, cp, install, ln, mkdir, mv, rm
    11 gcc: c++, cc1, cc1plus, collect2, cpp0, gcc
    12 glibc: ldconfig
    13 grep: egrep, fgrep, grep
    14 make: make
    15 gawk: gawk
    16 sed: sed
    17 sh-utils: basename, date, echo, expr, hostname, uname
    18 textutils: cat, sort, tr, wc
     7Bash: sh
     8Binutils: ar, as, ld, ranlib
     9Diffutils: cmp
     10Fileutils: chmod, cp, install, ln, mkdir, mv, rm
     11Gcc: c++, cc1, cc1plus, collect2, cpp0, gcc
     12Glibc: ldconfig
     13Grep: egrep, fgrep, grep
     14Make: make
     15Gawk: gawk
     16Sed: sed
     17Sh-utils: basename, date, echo, expr, hostname, uname
     18Textutils: cat, sort, tr, wc
    1919</literallayout>
    2020
  • appendixa/netkitbase-dep.xml

    rb01dec7a rf9fdb5f8  
    66
    77<literallayout>
    8 bash: sh
    9 binutils: as, ld, strip
    10 fileutils: cp, install, rm
    11 make: make
    12 gcc: cc1, collect2, cpp0, gcc
    13 sed: sed
    14 sh-utils: date
    15 textutils: cat
     8Bash: sh
     9Binutils: as, ld, strip
     10Fileutils: cp, install, rm
     11Make: make
     12Gcc: cc1, collect2, cpp0, gcc
     13Sed: sed
     14Sh-utils: date
     15Textutils: cat
    1616</literallayout>
    1717
  • appendixa/nettools-dep.xml

    rb01dec7a rf9fdb5f8  
    66
    77<literallayout>
    8 bash: bash, sh
    9 binutils: ar, as, ld
    10 fileutils: install, ln, ls, mv, rm
    11 gcc: cc, cc1, collect2, cpp0
    12 make: make
    13 sh-utils: echo
     8Bash: bash, sh
     9Binutils: ar, as, ld
     10Fileutils: install, ln, ls, mv, rm
     11Gcc: cc, cc1, collect2, cpp0
     12Make: make
     13Sh-utils: echo
    1414</literallayout>
    1515
  • appendixa/patch-dep.xml

    rb01dec7a rf9fdb5f8  
    55
    66<literallayout>
    7 bash: sh
    8 binutils: as, ld
    9 diffutils: cmp
    10 fileutils: chmod, install, mv, rm
    11 gcc: cc, cc1, collect2, cpp0, gcc
    12 glibc: getconf
    13 grep: egrep, grep
    14 make: make
    15 sed: sed
    16 sh-utils: echo, expr, hostname, uname
    17 textutils: cat, tr
     7Bash: sh
     8Binutils: as, ld
     9Diffutils: cmp
     10Fileutils: chmod, install, mv, rm
     11Gcc: cc, cc1, collect2, cpp0, gcc
     12Glibc: getconf
     13Grep: egrep, grep
     14Make: make
     15Sed: sed
     16Sh-utils: echo, expr, hostname, uname
     17Textutils: cat, tr
    1818</literallayout>
    1919
  • appendixa/perl-dep.xml

    rb01dec7a rf9fdb5f8  
    55
    66<literallayout>
    7 bash: sh
    8 binutils: ar, as, ld, nm
    9 diffutils: cmp
    10 fileutils: chmod, cp, ln, ls, mkdir, mv, rm, touch
    11 gcc: cc, cc1, collect2, cpp0, gcc
    12 grep: egrep, grep
    13 make: make
    14 gawk: awk
    15 sed: sed
    16 sh-utils: basename, date, echo, expr, hostname, pwd, uname, whoami
    17 textutils: cat, comm, sort, split, tr, uniq, wc
     7Bash: sh
     8Binutils: ar, as, ld, nm
     9Diffutils: cmp
     10Fileutils: chmod, cp, ln, ls, mkdir, mv, rm, touch
     11Gcc: cc, cc1, collect2, cpp0, gcc
     12Grep: egrep, grep
     13Make: make
     14Gawk: awk
     15Sed: sed
     16Sh-utils: basename, date, echo, expr, hostname, pwd, uname, whoami
     17Textutils: cat, comm, sort, split, tr, uniq, wc
    1818</literallayout>
    1919
  • appendixa/procinfo-dep.xml

    rb01dec7a rf9fdb5f8  
    55
    66<literallayout>
    7 binutils: as, ld
    8 fileutils: install, mkdir
    9 gcc: cc1, collect2, cpp0, gcc
    10 make: make
     7Binutils: as, ld
     8Fileutils: install, mkdir
     9Gcc: cc1, collect2, cpp0, gcc
     10Make: make
    1111</literallayout>
    1212
  • appendixa/procps-dep.xml

    rb01dec7a rf9fdb5f8  
    55
    66<literallayout>
    7 bash: sh
    8 binutils: as, ld, strip
    9 fileutils: install, ln, mv, rm
    10 gcc: cc1, collect2, cpp0, gcc
    11 grep: grep
    12 make: make
    13 gawk: awk
    14 sed: sed
    15 sh-utils: basename, pwd
    16 textutils: sort, tr
     7Bash: sh
     8Binutils: as, ld, strip
     9Fileutils: install, ln, mv, rm
     10Gcc: cc1, collect2, cpp0, gcc
     11Grep: grep
     12Make: make
     13Gawk: awk
     14Sed: sed
     15Sh-utils: basename, pwd
     16Textutils: sort, tr
    1717</literallayout>
    1818
  • appendixa/psmisc-dep.xml

    rb01dec7a rf9fdb5f8  
    55
    66<literallayout>
    7 autoconf: autoconf, autoheader
    8 automake: aclocal, automake
    9 bash: sh
    10 bison: bison
    11 binutils: as, ld
    12 diffutils: cmp
    13 fileutils: chmod, install, ls, mkdir, mv, rm
    14 gettext: msgfmt, xgettext
    15 gcc: cc, cc1, collect2, cpp0, gcc
    16 grep: egrep, grep
    17 m4: m4
    18 make: make
    19 gawk: gawk
    20 sed: sed
    21 sh-utils: basename, echo, expr, hostname, sleep, uname
    22 texinfo: makeinfo
    23 textutils: cat, tr
     7Autoconf: autoconf, autoheader
     8Automake: aclocal, automake
     9Bash: sh
     10Bison: bison
     11Binutils: as, ld
     12Diffutils: cmp
     13Fileutils: chmod, install, ls, mkdir, mv, rm
     14Gettext: msgfmt, xgettext
     15Gcc: cc, cc1, collect2, cpp0, gcc
     16Grep: egrep, grep
     17M4: m4
     18Make: make
     19Gawk: gawk
     20Sed: sed
     21Sh-utils: basename, echo, expr, hostname, sleep, uname
     22Texinfo: makeinfo
     23Textutils: cat, tr
    2424</literallayout>
    2525
  • appendixa/reiserfs-dep.xml

    rb01dec7a rf9fdb5f8  
    66
    77<literallayout>
    8 autoconf: autoconf, autoheader
    9 automake: aclocal, automake
    10 bash: sh
    11 binutils: ar, as, ld, ranlib
    12 diffutils: cmp
    13 fileutils: chmod, install, ls, rm
    14 gcc: cc1, collect2, cpp0, gcc
    15 grep: egrep, grep
    16 m4: m4
    17 make: make
    18 gawk: gawk
    19 sed: sed
    20 sh-utils: echo, expr, hostname, sleep
    21 texinfo: makeinfo
    22 textutils: cat, tr
     8Autoconf: autoconf, autoheader
     9Automake: aclocal, automake
     10Bash: sh
     11Binutils: ar, as, ld, ranlib
     12Diffutils: cmp
     13Fileutils: chmod, install, ls, rm
     14Gcc: cc1, collect2, cpp0, gcc
     15Grep: egrep, grep
     16M4: m4
     17Make: make
     18Gawk: gawk
     19Sed: sed
     20Sh-utils: echo, expr, hostname, sleep
     21Texinfo: makeinfo
     22Textutils: cat, tr
    2323</literallayout>
    2424
  • appendixa/sed-dep.xml

    rb01dec7a rf9fdb5f8  
    55
    66<literallayout>
    7 autoconf: autoconf, autoheader
    8 automake: aclocal, automake
    9 bash: sh
    10 binutils: ar, as, ld, ranlib
    11 diffutils: cmp
    12 fileutils: chmod, install, ls, mv, rm
    13 gcc: cc1, collect2, cpp0, gcc
    14 glibc: getconf
    15 grep: egrep, fgrep, grep
    16 m4: m4
    17 make: make
    18 gawk: gawk
    19 sed: sed
    20 sh-utils: echo, expr, hostname, sleep
    21 texinfo: install-info, makeinfo
    22 textutils: cat, tr
     7Autoconf: autoconf, autoheader
     8Automake: aclocal, automake
     9Bash: sh
     10Binutils: ar, as, ld, ranlib
     11Diffutils: cmp
     12Fileutils: chmod, install, ls, mv, rm
     13Gcc: cc1, collect2, cpp0, gcc
     14Glibc: getconf
     15Grep: egrep, fgrep, grep
     16M4: m4
     17Make: make
     18Gawk: gawk
     19Sed: sed
     20Sh-utils: echo, expr, hostname, sleep
     21Texinfo: install-info, makeinfo
     22Textutils: cat, tr
    2323</literallayout>
    2424
  • appendixa/shadowpwd-dep.xml

    rb01dec7a rf9fdb5f8  
    55
    66<literallayout>
    7 autoconf: autoconf, autoheader
    8 automake: aclocal, automake
    9 bash: sh
    10 binutils: ar, as, ld, nm, ranlib
    11 diffutils: cmp
    12 fileutils: chmod, cp, install, ln, ls, mkdir, mv, rm, rmdir
    13 gettext: msgfmt, xgettext
    14 gcc: cc1, collect2, cpp0, gcc
    15 glibc: ldconfig
    16 grep: egrep, grep
    17 m4: m4
    18 make: make
    19 gawk: gawk
    20 net-tools: hostname
    21 sed: sed
    22 sh-utils: basename, echo, expr, sleep, uname
    23 texinfo: makeinfo
    24 textutils: cat, sort, tr, uniq
     7Autoconf: autoconf, autoheader
     8Automake: aclocal, automake
     9Bash: sh
     10Binutils: ar, as, ld, nm, ranlib
     11Diffutils: cmp
     12Fileutils: chmod, cp, install, ln, ls, mkdir, mv, rm, rmdir
     13Gettext: msgfmt, xgettext
     14Gcc: cc1, collect2, cpp0, gcc
     15Glibc: ldconfig
     16Grep: egrep, grep
     17M4: m4
     18Make: make
     19Gawk: gawk
     20Net-tools: hostname
     21Sed: sed
     22Sh-utils: basename, echo, expr, sleep, uname
     23Texinfo: makeinfo
     24Textutils: cat, sort, tr, uniq
    2525</literallayout>
    2626
  • appendixa/shellutils-dep.xml

    rb01dec7a rf9fdb5f8  
    55
    66<literallayout>
    7 autoconf: autoconf, autoheader
    8 automake: aclocal, automake
    9 bash: sh
    10 binutils: ar, as, ld, ranlib
    11 diffutils: cmp
    12 fileutils: chmod, chown, install, ls, mv, rm
    13 gettext: msgfmt, xgettext
    14 gcc: cc, cc1, collect2, cpp0, gcc
    15 glibc: getconf
    16 grep: egrep, fgrep, grep
    17 m4: m4
    18 make: make
    19 gawk: gawk
    20 perl: perl
    21 sed: sed
    22 sh-utils: basename, echo, expr, hostname, sleep, uname
    23 tar: tar
    24 texinfo: install-info, makeinfo
    25 textutils: cat, tr
     7Autoconf: autoconf, autoheader
     8Automake: aclocal, automake
     9Bash: sh
     10Binutils: ar, as, ld, ranlib
     11Diffutils: cmp
     12Fileutils: chmod, chown, install, ls, mv, rm
     13Gettext: msgfmt, xgettext
     14Gcc: cc, cc1, collect2, cpp0, gcc
     15Glibc: getconf
     16Grep: egrep, fgrep, grep
     17M4: m4
     18Make: make
     19Gawk: gawk
     20Perl: perl
     21Sed: sed
     22Sh-utils: basename, echo, expr, hostname, sleep, uname
     23Tar: tar
     24Texinfo: install-info, makeinfo
     25Textutils: cat, tr
    2626</literallayout>
    2727
  • appendixa/sysklogd-dep.xml

    rb01dec7a rf9fdb5f8  
    55
    66<literallayout>
    7 binutils: as, ld, strip
    8 fileutils: install
    9 gcc: cc1, collect2, cpp0, gcc
    10 make: make
     7Binutils: as, ld, strip
     8Fileutils: install
     9Gcc: cc1, collect2, cpp0, gcc
     10Make: make
    1111</literallayout>
    1212
  • appendixa/sysvinit-dep.xml

    rb01dec7a rf9fdb5f8  
    55
    66<literallayout>
    7 bash: sh
    8 binutils: as, ld
    9 fileutils: chown, cp, install, ln, mknod, rm
    10 gcc: cc, cc1, collect2, cpp0
    11 make: make
    12 sed: sed
     7Bash: sh
     8Binutils: as, ld
     9Fileutils: chown, cp, install, ln, mknod, rm
     10Gcc: cc, cc1, collect2, cpp0
     11Make: make
     12Sed: sed
    1313</literallayout>
    1414
  • appendixa/tar-dep.xml

    rb01dec7a rf9fdb5f8  
    55
    66<literallayout>
    7 autoconf: autoconf, autoheader
    8 automake: aclocal, automake
    9 bash: sh
    10 binutils: ar, as, ld, ranlib
    11 diffutils: cmp
    12 fileutils: chmod, install, ls, mv, rm
    13 gettext: msgfmt, xgettext
    14 gcc: cc, cc1, collect2, cpp0, gcc
    15 glibc: getconf
    16 grep: egrep, fgrep, grep
    17 m4: m4
    18 make: make
    19 gawk: gawk
    20 net-tools: hostname
    21 patch: patch
    22 sed: sed
    23 sh-utils: basename, echo, expr, sleep, uname
    24 texinfo: install-info, makeinfo
    25 textutils: cat, tr
     7Autoconf: autoconf, autoheader
     8Automake: aclocal, automake
     9Bash: sh
     10Binutils: ar, as, ld, ranlib
     11Diffutils: cmp
     12Fileutils: chmod, install, ls, mv, rm
     13Gettext: msgfmt, xgettext
     14Gcc: cc, cc1, collect2, cpp0, gcc
     15Glibc: getconf
     16Grep: egrep, fgrep, grep
     17M4: m4
     18Make: make
     19Gawk: gawk
     20Net-tools: hostname
     21Patch: patch
     22Sed: sed
     23Sh-utils: basename, echo, expr, sleep, uname
     24Texinfo: install-info, makeinfo
     25Textutils: cat, tr
    2626</literallayout>
    2727
  • appendixa/texinfo-dep.xml

    rb01dec7a rf9fdb5f8  
    55
    66<literallayout>
    7 bash: sh
    8 binutils: ar, as, ld, ranlib
    9 diffutils: cmp
    10 fileutils: chmod, install, ln, ls, mkdir, mv, rm
    11 gcc: cc1, collect2, cpp0, gcc
    12 grep: egrep, fgrep, grep
    13 make: make
    14 sed: sed
    15 sh-utils: basename, echo, expr, hostname, sleep
    16 texinfo: makeinfo
    17 textutils: cat, tr
     7Bash: sh
     8Binutils: ar, as, ld, ranlib
     9Diffutils: cmp
     10Fileutils: chmod, install, ln, ls, mkdir, mv, rm
     11Gcc: cc1, collect2, cpp0, gcc
     12Grep: egrep, fgrep, grep
     13Make: make
     14Sed: sed
     15Sh-utils: basename, echo, expr, hostname, sleep
     16Texinfo: makeinfo
     17Textutils: cat, tr
    1818</literallayout>
    1919
  • appendixa/textutils-dep.xml

    rb01dec7a rf9fdb5f8  
    66
    77<literallayout>
    8 autoconf: autoconf, autoheader
    9 automake: aclocal, automake
    10 bash: sh
    11 binutils: ar, as, ld, ranlib
    12 diffutils: cmp
    13 fileutils: chmod, install, ls, mv, rm
    14 gettext: msgfmt, xgettext
    15 gcc: cc, cc1, collect2, cpp0, gcc
    16 glibc: getconf
    17 grep: egrep, fgrep, grep
    18 m4: m4
    19 make: make
    20 gawk: gawk
    21 net-tools: hostname
    22 perl: perl
    23 sed: sed
    24 sh-utils: basename, echo, expr, sleep, uname
    25 tar: tar
    26 texinfo: install-info, makeinfo
    27 textutils: cat, tr
     8Autoconf: autoconf, autoheader
     9Automake: aclocal, automake
     10Bash: sh
     11Binutils: ar, as, ld, ranlib
     12Diffutils: cmp
     13Fileutils: chmod, install, ls, mv, rm
     14Gettext: msgfmt, xgettext
     15Gcc: cc, cc1, collect2, cpp0, gcc
     16Glibc: getconf
     17Grep: egrep, fgrep, grep
     18M4: m4
     19Make: make
     20Gawk: gawk
     21Net-tools: hostname
     22Perl: perl
     23Sed: sed
     24Sh-utils: basename, echo, expr, sleep, uname
     25Tar: tar
     26Texinfo: install-info, makeinfo
     27Textutils: cat, tr
    2828</literallayout>
    2929
  • appendixa/utillinux-dep.xml

    rb01dec7a rf9fdb5f8  
    66
    77<literallayout>
    8 bash: sh
    9 binutils: as, ld
    10 diffutils: cmp
    11 fileutils: chgrp, chmod, cp, install, ln, mv, rm
    12 gettext: msgfmt, xgettext
    13 gcc: cc, cc1, collect2, cpp, cpp0
    14 glibc: rpcgen
    15 grep: grep
    16 make: make
    17 sed: sed
    18 sh-utils: uname, whoami
    19 textutils: cat
     8Bash: sh
     9Binutils: as, ld
     10Diffutils: cmp
     11Fileutils: chgrp, chmod, cp, install, ln, mv, rm
     12Gettext: msgfmt, xgettext
     13Gcc: cc, cc1, collect2, cpp, cpp0
     14Glibc: rpcgen
     15Grep: grep
     16Make: make
     17Sed: sed
     18Sh-utils: uname, whoami
     19Textutils: cat
    2020</literallayout>
    2121
  • appendixa/vim-dep.xml

    rb01dec7a rf9fdb5f8  
    55
    66<literallayout>
    7 bash: sh
    8 binutils: as, ld, strip
    9 diffutils: cmp, diff
    10 fileutils: chmod, cp, ln, mkdir, mv, rm, touch
    11 find: find
    12 gcc: cc1, collect2, cpp0, gcc
    13 grep: egrep, grep
    14 make: make
    15 net-tools: hostname
    16 sed: sed
    17 sh-utils: echo, expr, uname, whoami
    18 textutils: cat, tr, wc
     7Bash: sh
     8Binutils: as, ld, strip
     9Diffutils: cmp, diff
     10Fileutils: chmod, cp, ln, mkdir, mv, rm, touch
     11Find: find
     12Gcc: cc1, collect2, cpp0, gcc
     13Grep: egrep, grep
     14Make: make
     15Net-tools: hostname
     16Sed: sed
     17Sh-utils: echo, expr, uname, whoami
     18Textutils: cat, tr, wc
    1919</literallayout>
    2020
Note: See TracChangeset for help on using the changeset viewer.