From 3554fa3aafd8e48de8ff0b7900ab3b34d0fe569c Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Tue, 17 Jul 2001 18:51:18 +0000 Subject: Added compile times and sizes as entities git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@807 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/autoconf.xml | 5 +++++ chapter06/automake.xml | 5 +++++ chapter06/bash.xml | 5 +++++ chapter06/bin86.xml | 5 +++++ chapter06/binutils.xml | 5 +++++ chapter06/bison.xml | 5 +++++ chapter06/bzip2.xml | 5 +++++ chapter06/diffutils.xml | 5 +++++ chapter06/e2fsprogs.xml | 5 +++++ chapter06/ed.xml | 5 +++++ chapter06/file.xml | 5 +++++ chapter06/fileutils.xml | 5 +++++ chapter06/findutils.xml | 5 +++++ chapter06/flex.xml | 5 +++++ chapter06/gcc.xml | 5 +++++ chapter06/gettext.xml | 5 +++++ chapter06/glibc.xml | 5 +++++ chapter06/grep.xml | 5 +++++ chapter06/groff.xml | 5 +++++ chapter06/gzip.xml | 5 +++++ chapter06/kbd.xml | 5 +++++ chapter06/less.xml | 5 +++++ chapter06/libtool.xml | 5 +++++ chapter06/lilo.xml | 5 +++++ chapter06/m4.xml | 5 +++++ chapter06/make.xml | 5 +++++ chapter06/man.xml | 5 +++++ chapter06/manpages.xml | 5 +++++ chapter06/mawk.xml | 5 +++++ chapter06/modutils.xml | 5 +++++ chapter06/ncurses.xml | 5 +++++ chapter06/netkitbase.xml | 5 +++++ chapter06/nettools.xml | 5 +++++ chapter06/patch.xml | 5 +++++ chapter06/perl.xml | 5 +++++ chapter06/procinfo.xml | 5 +++++ chapter06/procps.xml | 5 +++++ chapter06/psmisc.xml | 5 +++++ chapter06/sed.xml | 5 +++++ chapter06/shadowpwd.xml | 5 +++++ chapter06/shellutils.xml | 5 +++++ chapter06/sysklogd.xml | 5 +++++ chapter06/sysvinit.xml | 5 +++++ chapter06/tar.xml | 5 +++++ chapter06/texinfo.xml | 5 +++++ chapter06/textutils.xml | 5 +++++ chapter06/utillinux.xml | 5 +++++ chapter06/vim.xml | 5 +++++ 48 files changed, 240 insertions(+) (limited to 'chapter06') diff --git a/chapter06/autoconf.xml b/chapter06/autoconf.xml index 6c39ab22c..10caa664b 100644 --- a/chapter06/autoconf.xml +++ b/chapter06/autoconf.xml @@ -1,6 +1,11 @@ Installing Autoconf + +Estimated build time: &autoconf-time; +Estimated disk space required: &autoconf-compsize; + + &c6-autoconf-inst; &aa-autoconf-desc; diff --git a/chapter06/automake.xml b/chapter06/automake.xml index 205a854d1..0716739ff 100644 --- a/chapter06/automake.xml +++ b/chapter06/automake.xml @@ -1,6 +1,11 @@ Installing Automake + +Estimated build time: &automake-time; +Estimated disk space required: &automake-compsize; + + &c6-automake-inst; &aa-automake-desc; diff --git a/chapter06/bash.xml b/chapter06/bash.xml index 5223af8c2..380825a61 100644 --- a/chapter06/bash.xml +++ b/chapter06/bash.xml @@ -1,6 +1,11 @@ Installing Bash + +Estimated build time: &bash-time; +Estimated disk space required: &bash-compsize; + + &c6-bash-inst; &aa-bash-desc; diff --git a/chapter06/bin86.xml b/chapter06/bin86.xml index a31e9af84..89e1c1a38 100644 --- a/chapter06/bin86.xml +++ b/chapter06/bin86.xml @@ -1,6 +1,11 @@ Installing Bin86 + +Estimated build time: &bin86-time; +Estimated disk space required: &bin86-compsize; + + &c6-bin86-inst; &aa-bin86-desc; diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml index 150249b96..6747c7a78 100644 --- a/chapter06/binutils.xml +++ b/chapter06/binutils.xml @@ -1,6 +1,11 @@ Installing Binutils + +Estimated build time: &binutils-time; +Estimated disk space required: &binutils-compsize; + + &c6-binutils-inst; &aa-binutils-desc; diff --git a/chapter06/bison.xml b/chapter06/bison.xml index 8c3ab9fd0..790da35fb 100644 --- a/chapter06/bison.xml +++ b/chapter06/bison.xml @@ -1,6 +1,11 @@ Installing Bison + +Estimated build time: &bison-time; +Estimated disk space required: &bison-compsize; + + &c6-bison-inst; &c6-bison-exp; &aa-bison-desc; diff --git a/chapter06/bzip2.xml b/chapter06/bzip2.xml index 26cc475a2..dade55e31 100644 --- a/chapter06/bzip2.xml +++ b/chapter06/bzip2.xml @@ -1,6 +1,11 @@ Installing Bzip2 + +Estimated build time: &bzip2-time; +Estimated disk space required: &bzip2-compsize; + + &c6-bzip2-inst; &c6-bzip2-exp; &aa-bzip2-desc; diff --git a/chapter06/diffutils.xml b/chapter06/diffutils.xml index c8f43e767..d11ba845e 100644 --- a/chapter06/diffutils.xml +++ b/chapter06/diffutils.xml @@ -1,6 +1,11 @@ Installing Diffutils + +Estimated build time: &diffutils-time; +Estimated disk space required: &diffutils-compsize; + + &c6-diffutils-inst; &aa-diffutils-desc; diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml index 0026e7c77..6c25f63ff 100644 --- a/chapter06/e2fsprogs.xml +++ b/chapter06/e2fsprogs.xml @@ -1,6 +1,11 @@ Installing E2fsprogs + +Estimated build time: &e2fsprogs-time; +Estimated disk space required: &e2fsprogs-compsize; + + &c6-e2fsprogs-inst; &aa-e2fsprogs-desc; diff --git a/chapter06/ed.xml b/chapter06/ed.xml index 3846452d2..3ac799728 100644 --- a/chapter06/ed.xml +++ b/chapter06/ed.xml @@ -1,6 +1,11 @@ Installing Ed + +Estimated build time: &ed-time; +Estimated disk space required: &ed-compsize; + + &c6-ed-inst; &aa-ed-desc; diff --git a/chapter06/file.xml b/chapter06/file.xml index 21ee1607e..9125c8f2f 100644 --- a/chapter06/file.xml +++ b/chapter06/file.xml @@ -1,6 +1,11 @@ Installing File + +Estimated build time: &file-time; +Estimated disk space required: &file-compsize; + + &c6-file-inst; &aa-file-desc; diff --git a/chapter06/fileutils.xml b/chapter06/fileutils.xml index 25f2c5cfc..6929da0eb 100644 --- a/chapter06/fileutils.xml +++ b/chapter06/fileutils.xml @@ -1,6 +1,11 @@ Installing Fileutils + +Estimated build time: &fileutils-time; +Estimated disk space required: &fileutils-compsize; + + &c6-fileutils-inst; &aa-fileutils-desc; diff --git a/chapter06/findutils.xml b/chapter06/findutils.xml index 1959957c8..8e5d11660 100644 --- a/chapter06/findutils.xml +++ b/chapter06/findutils.xml @@ -1,6 +1,11 @@ Installing Findutils + +Estimated build time: &findutils-time; +Estimated disk space required: &findutils-compsize; + + &c6-findutils-inst; &aa-findutils-desc; diff --git a/chapter06/flex.xml b/chapter06/flex.xml index 485c4c5bb..2c8ea0647 100644 --- a/chapter06/flex.xml +++ b/chapter06/flex.xml @@ -1,6 +1,11 @@ Installing Flex + +Estimated build time: &flex-time; +Estimated disk space required: &flex-compsize; + + &c6-flex-inst; &aa-flex-desc; diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index f7180b9d2..654292101 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -1,6 +1,11 @@ Installing GCC + +Estimated build time: &gcc-time; +Estimated disk space required: &gcc-compsize; + + &c6-gcc-inst; &aa-gcc-desc; diff --git a/chapter06/gettext.xml b/chapter06/gettext.xml index d252e96d2..5912a9313 100644 --- a/chapter06/gettext.xml +++ b/chapter06/gettext.xml @@ -1,6 +1,11 @@ Installing Gettext + +Estimated build time: &gettext-time; +Estimated disk space required: &gettext-compsize; + + &c6-gettext-inst; &aa-gettext-desc; diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 151cbbb6e..b6a0152ea 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -1,6 +1,11 @@ Installing Glibc + +Estimated build time: &glibc-time; +Estimated disk space required: &glibc-compsize; + + &c6-glibc-inst; &c6-glibc-exp; &aa-glibc-desc; diff --git a/chapter06/grep.xml b/chapter06/grep.xml index 39ae0953c..354545858 100644 --- a/chapter06/grep.xml +++ b/chapter06/grep.xml @@ -1,6 +1,11 @@ Installing Grep + +Estimated build time: &grep-time; +Estimated disk space required: &grep-compsize; + + &c6-grep-inst; &aa-grep-desc; diff --git a/chapter06/groff.xml b/chapter06/groff.xml index e0698e28a..7228dbbb6 100644 --- a/chapter06/groff.xml +++ b/chapter06/groff.xml @@ -1,6 +1,11 @@ Installing Groff + +Estimated build time: &groff-time; +Estimated disk space required: &groff-compsize; + + &c6-groff-inst; &aa-groff-desc; diff --git a/chapter06/gzip.xml b/chapter06/gzip.xml index c61b8f567..9ce0e3ee2 100644 --- a/chapter06/gzip.xml +++ b/chapter06/gzip.xml @@ -1,6 +1,11 @@ Installing Gzip + +Estimated build time: &gzip-time; +Estimated disk space required: &gzip-compsize; + + &c6-gzip-inst; &aa-gzip-desc; diff --git a/chapter06/kbd.xml b/chapter06/kbd.xml index 016798052..5857bd2c2 100644 --- a/chapter06/kbd.xml +++ b/chapter06/kbd.xml @@ -1,6 +1,11 @@ Installing Kbd + +Estimated build time: &kbd-time; +Estimated disk space required: &kbd-compsize; + + &c6-kbd-inst; &c6-kbd-exp; &aa-kbd-desc; diff --git a/chapter06/less.xml b/chapter06/less.xml index a146d2532..b723f9122 100644 --- a/chapter06/less.xml +++ b/chapter06/less.xml @@ -1,6 +1,11 @@ Installing Less + +Estimated build time: &less-time; +Estimated disk space required: &less-compsize; + + &c6-less-inst; &aa-less-desc; diff --git a/chapter06/libtool.xml b/chapter06/libtool.xml index 540885383..94135e34d 100644 --- a/chapter06/libtool.xml +++ b/chapter06/libtool.xml @@ -1,6 +1,11 @@ Installing Libtool + +Estimated build time: &libtool-time; +Estimated disk space required: &libtool-compsize; + + &c6-libtool-inst; &aa-libtool-desc; diff --git a/chapter06/lilo.xml b/chapter06/lilo.xml index 456909729..33325f63d 100644 --- a/chapter06/lilo.xml +++ b/chapter06/lilo.xml @@ -1,6 +1,11 @@ Installing Lilo + +Estimated build time: &lilo-time; +Estimated disk space required: &lilo-compsize; + + &c6-lilo-inst; &aa-lilo-desc; diff --git a/chapter06/m4.xml b/chapter06/m4.xml index 95219ff1f..ab1b8ce8e 100644 --- a/chapter06/m4.xml +++ b/chapter06/m4.xml @@ -1,6 +1,11 @@ Installing M4 + +Estimated build time: &m4-time; +Estimated disk space required: &m4-compsize; + + &c6-m4-inst; &aa-m4-desc; diff --git a/chapter06/make.xml b/chapter06/make.xml index de9d65ffe..4d90cf0ea 100644 --- a/chapter06/make.xml +++ b/chapter06/make.xml @@ -1,6 +1,11 @@ Installing Make + +Estimated build time: &make-time; +Estimated disk space required: &make-compsize; + + &c6-make-inst; &aa-make-desc; diff --git a/chapter06/man.xml b/chapter06/man.xml index 90d3cfa8d..0dd38b9c8 100644 --- a/chapter06/man.xml +++ b/chapter06/man.xml @@ -1,6 +1,11 @@ Installing Man + +Estimated build time: &man-time; +Estimated disk space required: &man-compsize; + + &c6-man-inst; &aa-man-desc; diff --git a/chapter06/manpages.xml b/chapter06/manpages.xml index 0f1109855..4a77284f4 100644 --- a/chapter06/manpages.xml +++ b/chapter06/manpages.xml @@ -1,6 +1,11 @@ Installing Man-pages + +Estimated build time: &man-pages-time; +Estimated disk space required: &man-pages-compsize; + + &c6-manpages-inst; &c6-manpages-exp; &aa-manpages-desc; diff --git a/chapter06/mawk.xml b/chapter06/mawk.xml index 895d42c9c..1e1334ba0 100644 --- a/chapter06/mawk.xml +++ b/chapter06/mawk.xml @@ -1,6 +1,11 @@ Installing Mawk + +Estimated build time: &mawk-time; +Estimated disk space required: &mawk-compsize; + + &c6-mawk-inst; &aa-mawk-desc; diff --git a/chapter06/modutils.xml b/chapter06/modutils.xml index e9dd039c3..b4d25eccd 100644 --- a/chapter06/modutils.xml +++ b/chapter06/modutils.xml @@ -1,6 +1,11 @@ Installing Modutils + +Estimated build time: &modutils-time; +Estimated disk space required: &modutils-compsize; + + &c6-modutils-inst; &aa-modutils-desc; diff --git a/chapter06/ncurses.xml b/chapter06/ncurses.xml index ca97c1723..e9f17988e 100644 --- a/chapter06/ncurses.xml +++ b/chapter06/ncurses.xml @@ -1,6 +1,11 @@ Installing Ncurses + +Estimated build time: &ncurses-time; +Estimated disk space required: &ncurses-compsize; + + &c6-ncurses-inst; &c6-ncurses-exp; &aa-ncurses-desc; diff --git a/chapter06/netkitbase.xml b/chapter06/netkitbase.xml index 72bc97405..3d6ef1a81 100644 --- a/chapter06/netkitbase.xml +++ b/chapter06/netkitbase.xml @@ -1,6 +1,11 @@ Installing Netkit-base + +Estimated build time: &netkit-base-time; +Estimated disk space required: &netkit-base-compsize; + + &c6-netkitbase-inst; &aa-netkitbase-desc; diff --git a/chapter06/nettools.xml b/chapter06/nettools.xml index 1aa85a33d..6c74449af 100644 --- a/chapter06/nettools.xml +++ b/chapter06/nettools.xml @@ -1,6 +1,11 @@ Installing Net-tools + +Estimated build time: &net-tools-time; +Estimated disk space required: &net-tools-compsize; + + &c6-nettools-inst; &aa-nettools-desc; diff --git a/chapter06/patch.xml b/chapter06/patch.xml index 38a4cbf7f..537be5943 100644 --- a/chapter06/patch.xml +++ b/chapter06/patch.xml @@ -1,6 +1,11 @@ Installing Patch + +Estimated build time: &patch-time; +Estimated disk space required: &patch-compsize; + + &c6-patch-inst; &aa-patch-desc; diff --git a/chapter06/perl.xml b/chapter06/perl.xml index a7d0c6265..e6862f2ef 100644 --- a/chapter06/perl.xml +++ b/chapter06/perl.xml @@ -1,6 +1,11 @@ Installing Perl + +Estimated build time: &perl-time; +Estimated disk space required: &perl-compsize; + + &c6-perl-inst; &aa-perl-desc; diff --git a/chapter06/procinfo.xml b/chapter06/procinfo.xml index 66ac49f05..a65af393d 100644 --- a/chapter06/procinfo.xml +++ b/chapter06/procinfo.xml @@ -1,6 +1,11 @@ Installing Procinfo + +Estimated build time: &procinfo-time; +Estimated disk space required: &procinfo-compsize; + + &c6-procinfo-inst; &c6-procinfo-exp; &aa-procinfo-desc; diff --git a/chapter06/procps.xml b/chapter06/procps.xml index 8ca0fa0ad..568cb4088 100644 --- a/chapter06/procps.xml +++ b/chapter06/procps.xml @@ -1,6 +1,11 @@ Installing Procps + +Estimated build time: &procps-time; +Estimated disk space required: &procps-compsize; + + &c6-procps-inst; &c6-procps-exp; &aa-procps-desc; diff --git a/chapter06/psmisc.xml b/chapter06/psmisc.xml index 1b68c4fa0..f7e7d4b1b 100644 --- a/chapter06/psmisc.xml +++ b/chapter06/psmisc.xml @@ -1,6 +1,11 @@ Installing Psmisc + +Estimated build time: &psmisc-time; +Estimated disk space required: &psmisc-compsize; + + &c6-psmisc-inst; &aa-psmisc-desc; diff --git a/chapter06/sed.xml b/chapter06/sed.xml index 44383fea4..54fa042bc 100644 --- a/chapter06/sed.xml +++ b/chapter06/sed.xml @@ -1,6 +1,11 @@ Installing Sed + +Estimated build time: &sed-time; +Estimated disk space required: &sed-compsize; + + &c6-sed-inst; &aa-sed-desc; diff --git a/chapter06/shadowpwd.xml b/chapter06/shadowpwd.xml index b946ec399..5eebb9f10 100644 --- a/chapter06/shadowpwd.xml +++ b/chapter06/shadowpwd.xml @@ -1,6 +1,11 @@ Installing Shadowpwd + +Estimated build time: &shadow-time; +Estimated disk space required: &shadow-compsize; + + &c6-shadowpwd-inst; &c6-shadowpwd-exp; &aa-shadowpwd-desc; diff --git a/chapter06/shellutils.xml b/chapter06/shellutils.xml index c33c82d5a..0d067b4c1 100644 --- a/chapter06/shellutils.xml +++ b/chapter06/shellutils.xml @@ -1,6 +1,11 @@ Installing Sh-utils + +Estimated build time: &sh-utils-time; +Estimated disk space required: &sh-utils-compsize; + + &c6-shellutils-inst; &aa-shellutils-desc; diff --git a/chapter06/sysklogd.xml b/chapter06/sysklogd.xml index c60b1e6e4..f581cccb7 100644 --- a/chapter06/sysklogd.xml +++ b/chapter06/sysklogd.xml @@ -1,6 +1,11 @@ Installing Sysklogd + +Estimated build time: &sysklogd-time; +Estimated disk space required: &sysklogd-compsize; + + &c6-sysklogd-inst; &aa-sysklogd-desc; diff --git a/chapter06/sysvinit.xml b/chapter06/sysvinit.xml index 0ecdcc851..d0a7c53f0 100644 --- a/chapter06/sysvinit.xml +++ b/chapter06/sysvinit.xml @@ -1,6 +1,11 @@ Installing Sysvinit + +Estimated build time: &sysvinit-time; +Estimated disk space required: &sysvinit-compsize; + + &c6-sysvinit-inst; &aa-sysvinit-desc; diff --git a/chapter06/tar.xml b/chapter06/tar.xml index ad14c469a..aeafc69c5 100644 --- a/chapter06/tar.xml +++ b/chapter06/tar.xml @@ -1,6 +1,11 @@ Installing Tar + +Estimated build time: &tar-time; +Estimated disk space required: &tar-compsize; + + &c6-tar-inst; &aa-tar-desc; diff --git a/chapter06/texinfo.xml b/chapter06/texinfo.xml index f85b3af2b..e523e9f0c 100644 --- a/chapter06/texinfo.xml +++ b/chapter06/texinfo.xml @@ -1,6 +1,11 @@ Installing Texinfo + +Estimated build time: &texinfo-time; +Estimated disk space required: &texinfo-compsize; + + &c6-texinfo-inst; &aa-texinfo-desc; diff --git a/chapter06/textutils.xml b/chapter06/textutils.xml index f376ae310..3d4a83b6f 100644 --- a/chapter06/textutils.xml +++ b/chapter06/textutils.xml @@ -1,6 +1,11 @@ Installing Textutils + +Estimated build time: &textutils-time; +Estimated disk space required: &textutils-compsize; + + &c6-textutils-inst; &aa-textutils-desc; diff --git a/chapter06/utillinux.xml b/chapter06/utillinux.xml index 84389463f..a9669dee9 100644 --- a/chapter06/utillinux.xml +++ b/chapter06/utillinux.xml @@ -1,6 +1,11 @@ Installing Util-linux + +Estimated build time: &util-linux-time; +Estimated disk space required: &util-linux-compsize; + + &c6-utillinux-inst; &c6-utillinux-exp; &aa-utillinux-desc; diff --git a/chapter06/vim.xml b/chapter06/vim.xml index f13691833..e96d078fb 100644 --- a/chapter06/vim.xml +++ b/chapter06/vim.xml @@ -1,6 +1,11 @@ Installing Vim + +Estimated build time: &vim-time; +Estimated disk space required: &vim-compsize; + + &c6-vim-inst; &aa-vim-desc; -- cgit v1.2.3-54-g00ecf