added --libexecdir

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1716 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Gerard Beekmans 2002-03-16 23:28:17 +00:00
parent 1858558e82
commit 6f265d231a
7 changed files with 9 additions and 20 deletions

View File

@ -10,7 +10,6 @@
&aa-binutils; &aa-binutils;
&aa-bison; &aa-bison;
&aa-bzip2; &aa-bzip2;
&aa-chroot;
&aa-diffutils; &aa-diffutils;
&aa-e2fsprogs; &aa-e2fsprogs;
&aa-ed; &aa-ed;

View File

@ -1,12 +0,0 @@
<sect2>
<title>Dependencies</title>
<para>Chroot needs the following to be installed:</para>
<literallayout>
bash: bash
sh-utils: env
</literallayout>
</sect2>

View File

@ -33,6 +33,10 @@
</para></listitem> </para></listitem>
<listitem><para>March 16th, 2002 [gerard]: Chapter 06+Appendix A: Removed
the chroot dependencies. It's not a package so it's a bit out of
place.</para></listitem>
<listitem><para>March 16th, 2002 [gerard]: Chapter 05+06 - Gawk: Added <listitem><para>March 16th, 2002 [gerard]: Chapter 05+06 - Gawk: Added
commands to sed the <filename>awklib/Makefile.in</filename> file to change commands to sed the <filename>awklib/Makefile.in</filename> file to change
the <emphasis>datadir</emphasis> and <emphasis>libexecdir</emphasis> the <emphasis>datadir</emphasis> and <emphasis>libexecdir</emphasis>

View File

@ -13,7 +13,8 @@ sed -e '/^datadir/s/awk/gawk/' \
-e '/^libexecdir/s%/awk%%' Makefile.in.backup &gt; Makefile.in &amp;&amp; -e '/^libexecdir/s%/awk%%' Makefile.in.backup &gt; Makefile.in &amp;&amp;
cd .. &amp;&amp; cd .. &amp;&amp;
export CPPFLAGS=-Dre_max_failures=re_max_failures2 &amp;&amp; export CPPFLAGS=-Dre_max_failures=re_max_failures2 &amp;&amp;
./configure --prefix=$LFS/usr --disable-nls &amp;&amp; ./configure --prefix=$LFS/usr --disable-nls \
--libexecdir=$LFS/usr/bin &amp;&amp;
unset CPPFLAGS &amp;&amp; unset CPPFLAGS &amp;&amp;
make LDFLAGS=-static &amp;&amp; make LDFLAGS=-static &amp;&amp;
make install</userinput></screen></para> make install</userinput></screen></para>
@ -26,7 +27,8 @@ cp Makefile.in Makefile.in.backup &amp;&amp;
sed -e '/^datadir/s/awk/gawk/' \ sed -e '/^datadir/s/awk/gawk/' \
-e '/^libexecdir/s%/awk%%' Makefile.in.backup &gt; Makefile.in &amp;&amp; -e '/^libexecdir/s%/awk%%' Makefile.in.backup &gt; Makefile.in &amp;&amp;
cd .. &amp;&amp; cd .. &amp;&amp;
./configure --prefix=$LFS/usr --disable-nls &amp;&amp; ./configure --prefix=$LFS/usr --disable-nls \
--libexecdir=$LFS/usr/bin &amp;&amp;
make LDFLAGS=-static &amp;&amp; make LDFLAGS=-static &amp;&amp;
make install</userinput></screen></para> make install</userinput></screen></para>

View File

@ -37,7 +37,5 @@ book.</para>
<para>Note that the bash prompt will contain "I have no name!" This is <para>Note that the bash prompt will contain "I have no name!" This is
normal because Glibc hasn't been installed yet.</para> normal because Glibc hasn't been installed yet.</para>
&aa-chroot-dep;
</sect1> </sect1>

View File

@ -8,7 +8,7 @@ cp Makefile.in Makefile.in.backup &amp;&amp;
sed -e '/^datadir/s/awk/gawk/' \ sed -e '/^datadir/s/awk/gawk/' \
-e '/^libexecdir/s%/awk%%' Makefile.in.backup &gt; Makefile.in &amp;&amp; -e '/^libexecdir/s%/awk%%' Makefile.in.backup &gt; Makefile.in &amp;&amp;
cd .. &amp;&amp; cd .. &amp;&amp;
./configure --prefix=/usr &amp;&amp; ./configure --prefix=/usr --libexecdir=/usr/bin &amp;&amp;
make &amp;&amp; make &amp;&amp;
make install</userinput></screen></para> make install</userinput></screen></para>

View File

@ -386,8 +386,6 @@
<!ENTITY aa-bzip2-desc SYSTEM "appendixa/bzip2-desc.xml"> <!ENTITY aa-bzip2-desc SYSTEM "appendixa/bzip2-desc.xml">
<!ENTITY aa-bzip2-dep SYSTEM "appendixa/bzip2-dep.xml"> <!ENTITY aa-bzip2-dep SYSTEM "appendixa/bzip2-dep.xml">
<!ENTITY aa-bzip2-down SYSTEM "appendixa/bzip2-down.xml"> <!ENTITY aa-bzip2-down SYSTEM "appendixa/bzip2-down.xml">
<!ENTITY aa-chroot SYSTEM "appendixa/chroot.xml">
<!ENTITY aa-chroot-dep SYSTEM "appendixa/chroot-dep.xml">
<!ENTITY aa-diffutils SYSTEM "appendixa/diffutils.xml"> <!ENTITY aa-diffutils SYSTEM "appendixa/diffutils.xml">
<!ENTITY aa-diffutils-desc SYSTEM "appendixa/diffutils-desc.xml"> <!ENTITY aa-diffutils-desc SYSTEM "appendixa/diffutils-desc.xml">
<!ENTITY aa-diffutils-dep SYSTEM "appendixa/diffutils-dep.xml"> <!ENTITY aa-diffutils-dep SYSTEM "appendixa/diffutils-dep.xml">