aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorMark Hymers <markh@linuxfromscratch.org>2001-07-17 18:51:18 +0000
committerMark Hymers <markh@linuxfromscratch.org>2001-07-17 18:51:18 +0000
commit3554fa3aafd8e48de8ff0b7900ab3b34d0fe569c (patch)
treee3c03dd86fd885e0ea817d8d4821295e253a59b1 /chapter05
parent84ded023d4a501feeafcc2d5261dac6300d093b8 (diff)
Added compile times and sizes as entities
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@807 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/bash.xml5
-rw-r--r--chapter05/binutils.xml5
-rw-r--r--chapter05/bzip2.xml5
-rw-r--r--chapter05/diffutils.xml5
-rw-r--r--chapter05/fileutils.xml5
-rw-r--r--chapter05/gcc.xml5
-rw-r--r--chapter05/grep.xml5
-rw-r--r--chapter05/gzip.xml5
-rw-r--r--chapter05/kernel.xml5
-rw-r--r--chapter05/make.xml5
-rw-r--r--chapter05/mawk.xml5
-rw-r--r--chapter05/patch.xml5
-rw-r--r--chapter05/sed.xml5
-rw-r--r--chapter05/shellutils.xml5
-rw-r--r--chapter05/tar.xml5
-rw-r--r--chapter05/texinfo.xml5
-rw-r--r--chapter05/textutils.xml5
17 files changed, 85 insertions, 0 deletions
diff --git a/chapter05/bash.xml b/chapter05/bash.xml
index 90cbb4ea1..9815a86dc 100644
--- a/chapter05/bash.xml
+++ b/chapter05/bash.xml
@@ -1,6 +1,11 @@
<sect1 id="ch05-bash">
<title>Installing Bash</title>
+<screen>
+Estimated build time: &bash-time-static;
+Estimated disk space required: &bash-compsize-static;
+</screen>
+
&c5-bash-inst;
&c5-bash-exp;
&aa-bash-desc;
diff --git a/chapter05/binutils.xml b/chapter05/binutils.xml
index 8f50dd003..af286fe85 100644
--- a/chapter05/binutils.xml
+++ b/chapter05/binutils.xml
@@ -1,6 +1,11 @@
<sect1 id="ch05-binutils">
<title>Installing Binutils</title>
+<screen>
+Estimated build time: &binutils-time-static;
+Estimated disk space required: &binutils-compsize-static;
+</screen>
+
&c5-binutils-inst;
&c5-binutils-exp;
&aa-binutils-desc;
diff --git a/chapter05/bzip2.xml b/chapter05/bzip2.xml
index 1040c59c4..7c7368704 100644
--- a/chapter05/bzip2.xml
+++ b/chapter05/bzip2.xml
@@ -1,6 +1,11 @@
<sect1 id="ch05-bzip2">
<title>Installing Bzip2</title>
+<screen>
+Estimated build time: &bzip2-time-static;
+Estimated disk space required: &bzip2-compsize-static;
+</screen>
+
&c5-bzip2-inst;
&c5-bzip2-exp;
&aa-bzip2-desc;
diff --git a/chapter05/diffutils.xml b/chapter05/diffutils.xml
index 1bdabd3d9..5486412a7 100644
--- a/chapter05/diffutils.xml
+++ b/chapter05/diffutils.xml
@@ -1,6 +1,11 @@
<sect1 id="ch05-diffutils">
<title>Installing Diffutils</title>
+<screen>
+Estimated build time: &diffutils-time-static;
+Estimated disk space required: &diffutils-compsize-static;
+</screen>
+
&c5-diffutils-inst;
&c5-diffutils-exp;
&aa-diffutils-desc;
diff --git a/chapter05/fileutils.xml b/chapter05/fileutils.xml
index a7d4dae0e..49973ab4f 100644
--- a/chapter05/fileutils.xml
+++ b/chapter05/fileutils.xml
@@ -1,6 +1,11 @@
<sect1 id="ch05-fileutils">
<title>Installing Fileutils</title>
+<screen>
+Estimated build time: &fileutils-time-static;
+Estimated disk space required: &fileutils-compsize-static;
+</screen>
+
&c5-fileutils-inst;
&c5-fileutils-exp;
&aa-fileutils-desc;
diff --git a/chapter05/gcc.xml b/chapter05/gcc.xml
index 8b689cdba..490f822a7 100644
--- a/chapter05/gcc.xml
+++ b/chapter05/gcc.xml
@@ -1,6 +1,11 @@
<sect1 id="ch05-gcc">
<title>Installing GCC</title>
+<screen>
+Estimated build time: &gcc-time-static;
+Estimated disk space required: &gcc-compsize-static;
+</screen>
+
&c5-gcc-inst;
&c5-gcc-exp;
&aa-gcc-desc;
diff --git a/chapter05/grep.xml b/chapter05/grep.xml
index 0f5b1760b..f651af762 100644
--- a/chapter05/grep.xml
+++ b/chapter05/grep.xml
@@ -1,6 +1,11 @@
<sect1 id="ch05-grep">
<title>Installing Grep</title>
+<screen>
+Estimated build time: &grep-time-static;
+Estimated disk space required: &grep-compsize-static;
+</screen>
+
&c5-grep-inst;
&aa-grep-desc;
diff --git a/chapter05/gzip.xml b/chapter05/gzip.xml
index 2f7a4f92d..627752117 100644
--- a/chapter05/gzip.xml
+++ b/chapter05/gzip.xml
@@ -1,6 +1,11 @@
<sect1 id="ch05-gzip">
<title>Installing Gzip</title>
+<screen>
+Estimated build time: &gzip-time-static;
+Estimated disk space required: &gzip-compsize-static;
+</screen>
+
&c5-gzip-inst;
&aa-gzip-desc;
diff --git a/chapter05/kernel.xml b/chapter05/kernel.xml
index 125aeb484..c2b98ed49 100644
--- a/chapter05/kernel.xml
+++ b/chapter05/kernel.xml
@@ -1,6 +1,11 @@
<sect1 id="ch05-kernel">
<title>Installing Linux Kernel</title>
+<screen>
+Estimated build time: &kernel-time-static;
+Estimated disk space required: &kernel-compsize-static;
+</screen>
+
&c5-kernel-inst;
&c5-kernel-exp;
&aa-kernel-desc;
diff --git a/chapter05/make.xml b/chapter05/make.xml
index f75d727bb..d517aaed8 100644
--- a/chapter05/make.xml
+++ b/chapter05/make.xml
@@ -1,6 +1,11 @@
<sect1 id="ch05-make">
<title>Installing Make</title>
+<screen>
+Estimated build time: &make-time-static;
+Estimated disk space required: &make-compsize-static;
+</screen>
+
&c5-make-inst;
&aa-make-desc;
diff --git a/chapter05/mawk.xml b/chapter05/mawk.xml
index d4d787566..d1df4cb84 100644
--- a/chapter05/mawk.xml
+++ b/chapter05/mawk.xml
@@ -1,6 +1,11 @@
<sect1 id="ch05-mawk">
<title>Installing Mawk</title>
+<screen>
+Estimated build time: &mawk-time-static;
+Estimated disk space required: &mawk-compsize-static;
+</screen>
+
&c5-mawk-inst;
&aa-mawk-desc;
diff --git a/chapter05/patch.xml b/chapter05/patch.xml
index d2f3f4436..f0dc91269 100644
--- a/chapter05/patch.xml
+++ b/chapter05/patch.xml
@@ -1,6 +1,11 @@
<sect1 id="ch05-patch">
<title>Installing Patch</title>
+<screen>
+Estimated build time: &patch-time-static;
+Estimated disk space required: &patch-compsize-static;
+</screen>
+
&c5-patch-inst;
&aa-patch-desc;
diff --git a/chapter05/sed.xml b/chapter05/sed.xml
index e95f3bff2..d229c98ad 100644
--- a/chapter05/sed.xml
+++ b/chapter05/sed.xml
@@ -1,6 +1,11 @@
<sect1 id="ch05-sed">
<title>Installing Sed</title>
+<screen>
+Estimated build time: &sed-time-static;
+Estimated disk space required: &sed-compsize-static;
+</screen>
+
&c5-sed-inst;
&aa-sed-desc;
diff --git a/chapter05/shellutils.xml b/chapter05/shellutils.xml
index d798dd55d..7a50fb11f 100644
--- a/chapter05/shellutils.xml
+++ b/chapter05/shellutils.xml
@@ -1,6 +1,11 @@
<sect1 id="ch05-shutils">
<title>Installing Sh-utils</title>
+<screen>
+Estimated build time: &sh-utils-time-static;
+Estimated disk space required: &sh-utils-compsize-static;
+</screen>
+
&c5-shellutils-inst;
&aa-shellutils-desc;
diff --git a/chapter05/tar.xml b/chapter05/tar.xml
index 171a1de95..80fd0b1e1 100644
--- a/chapter05/tar.xml
+++ b/chapter05/tar.xml
@@ -1,6 +1,11 @@
<sect1 id="ch05-tar">
<title>Installing Tar</title>
+<screen>
+Estimated build time: &tar-time-static;
+Estimated disk space required: &tar-compsize-static;
+</screen>
+
&c5-tar-inst;
&aa-tar-desc;
diff --git a/chapter05/texinfo.xml b/chapter05/texinfo.xml
index 1e47c21ee..0f58a279d 100644
--- a/chapter05/texinfo.xml
+++ b/chapter05/texinfo.xml
@@ -1,6 +1,11 @@
<sect1 id="ch05-texinfo">
<title>Installing Texinfo</title>
+<screen>
+Estimated build time: &texinfo-time-static;
+Estimated disk space required: &texinfo-compsize-static;
+</screen>
+
&c5-texinfo-inst;
&aa-texinfo-desc;
diff --git a/chapter05/textutils.xml b/chapter05/textutils.xml
index bad69bcb7..908ef48d6 100644
--- a/chapter05/textutils.xml
+++ b/chapter05/textutils.xml
@@ -1,6 +1,11 @@
<sect1 id="ch05-textutils">
<title>Installing Textutils</title>
+<screen>
+Estimated build time: &textutils-time-static;
+Estimated disk space required: &textutils-compsize-static;
+</screen>
+
&c5-textutils-inst;
&aa-textutils-desc;