aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorGreg Schafer <greg@linuxfromscratch.org>2004-01-22 23:56:16 +0000
committerGreg Schafer <greg@linuxfromscratch.org>2004-01-22 23:56:16 +0000
commitd962702a7c316b338f9497598e1401fed71b28b3 (patch)
tree7b56abcb82de81827ebb36aed65d6a468a767c0c /chapter06
parent5618bb7f5a8a93ec99c98044ee412c87414db204 (diff)
Small entity cleanups.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3182 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/binutils.xml4
-rw-r--r--chapter06/e2fsprogs.xml2
-rw-r--r--chapter06/gcc-2953.xml2
-rw-r--r--chapter06/gcc.xml2
4 files changed, 5 insertions, 5 deletions
diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml
index 02f771868..8a95589ac 100644
--- a/chapter06/binutils.xml
+++ b/chapter06/binutils.xml
@@ -49,7 +49,7 @@ cd ../binutils-build</userinput></screen>
<para>Now prepare Binutils for compilation:</para>
-<screen><userinput>../binutils-&binutils-version;/configure \
+<screen><userinput>../&binutils-dir;/configure \
&nbsp;&nbsp;&nbsp;&nbsp;--prefix=/usr --enable-shared</userinput></screen>
<para>Compile the package:</para>
@@ -79,7 +79,7 @@ doubts.</para>
<para>Install the <emphasis>libiberty</emphasis> header file that is needed by
some packages:</para>
-<screen><userinput>cp ../binutils-&binutils-version;/include/libiberty.h /usr/include</userinput></screen>
+<screen><userinput>cp ../&binutils-dir;/include/libiberty.h /usr/include</userinput></screen>
</sect2>
diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml
index 93f58ba04..ed22a5389 100644
--- a/chapter06/e2fsprogs.xml
+++ b/chapter06/e2fsprogs.xml
@@ -24,7 +24,7 @@ cd ../e2fsprogs-build</userinput></screen>
<para>Prepare E2fsprogs for compilation:</para>
-<screen><userinput>../e2fsprogs-&e2fsprogs-version;/configure --prefix=/usr --with-root-prefix="" \
+<screen><userinput>../&e2fsprogs-dir;/configure --prefix=/usr --with-root-prefix="" \
&nbsp;&nbsp;&nbsp;&nbsp;--enable-elf-shlibs</userinput></screen>
<para>The meaning of the configure options:</para>
diff --git a/chapter06/gcc-2953.xml b/chapter06/gcc-2953.xml
index 4e967285f..0afb56167 100644
--- a/chapter06/gcc-2953.xml
+++ b/chapter06/gcc-2953.xml
@@ -59,7 +59,7 @@ cd ../gcc-2-build</userinput></screen>
<para>Compile and install the compiler:</para>
-<screen><userinput>../gcc-2.95.3/configure --prefix=/opt/gcc-2.95.3 \
+<screen><userinput>../&gcc-2953-dir;/configure --prefix=/opt/&gcc-2953-dir; \
&nbsp;&nbsp;&nbsp;&nbsp;--enable-shared --enable-languages=c \
&nbsp;&nbsp;&nbsp;&nbsp;--enable-threads=posix
make bootstrap
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml
index 9609b8713..f234fd891 100644
--- a/chapter06/gcc.xml
+++ b/chapter06/gcc.xml
@@ -58,7 +58,7 @@ cd ../gcc-build</userinput></screen>
<para>Now prepare GCC for compilation:</para>
-<screen><userinput>../gcc-&gcc-version;/configure --prefix=/usr \
+<screen><userinput>../&gcc-dir;/configure --prefix=/usr \
&nbsp;&nbsp;&nbsp;&nbsp;--enable-shared --enable-threads=posix \
&nbsp;&nbsp;&nbsp;&nbsp;--enable-__cxa_atexit --enable-clocale=gnu \
&nbsp;&nbsp;&nbsp;&nbsp;--enable-languages=c,c++</userinput></screen>