[Bug 246] Back out changes to fix this bug as they're broken

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1468 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Mark Hymers 2002-01-22 21:29:49 +00:00
parent 75e2c43e24
commit 0aecdecd62
4 changed files with 6 additions and 9 deletions

View File

@ -23,6 +23,10 @@
<itemizedlist> <itemizedlist>
<listitem><para>January 22nd, 2002 [markh]: Back out linuxthreads
man-page installation instructions as they don't work (they need perl
which we don't have installed at that point).</para></listitem>
<listitem><para>January 21st, 2002 [markh]: Updated to glibc-2.2.5. At <listitem><para>January 21st, 2002 [markh]: Updated to glibc-2.2.5. At
the same time, fixed the glibc installation so that the linuxthreads man the same time, fixed the glibc installation so that the linuxthreads man
pages are installed.</para></listitem> pages are installed.</para></listitem>

View File

@ -45,10 +45,6 @@ to determine this, so it automatically defaults to a cross-compiler.
Compiling the test program failes because Glibc hasn't been installed Compiling the test program failes because Glibc hasn't been installed
yet.</para> yet.</para>
<para><userinput>cd ../glibc-&glibc-version;/linuxthreads/man &amp;&amp;
make &amp;&amp; make install :</userinput> This command will install the
linuxthreads man pages.</para>
<para><userinput>exec /bin/bash:</userinput>This command will <para><userinput>exec /bin/bash:</userinput>This command will
start a new bash shell which will replace the current shell. This is start a new bash shell which will replace the current shell. This is
done to get rid of the "I have no name!" message in the command done to get rid of the "I have no name!" message in the command

View File

@ -35,9 +35,6 @@ sed 's/cross-compiling = yes/cross-compiling = no/' \
make &amp;&amp; make &amp;&amp;
make install &amp;&amp; make install &amp;&amp;
make localedata/install-locales &amp;&amp; make localedata/install-locales &amp;&amp;
cd ../glibc-&glibc-version;/linuxthreads/man &amp;&amp;
make &amp;&amp;
make install &amp;&amp;
exec /bin/bash --login</userinput></screen></para> exec /bin/bash --login</userinput></screen></para>
<para>An alternative to running <userinput>make <para>An alternative to running <userinput>make

View File

@ -4,8 +4,8 @@
<!ENTITY book SYSTEM "book/book.xml"> <!ENTITY book SYSTEM "book/book.xml">
<!ENTITY version "20020121"> <!ENTITY version "20020122">
<!ENTITY releasedate "January 21st, 2002"> <!ENTITY releasedate "January 22nd, 2002">
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org"> <!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
<!ENTITY http-root "http://ftp.linuxfromscratch.org"> <!ENTITY http-root "http://ftp.linuxfromscratch.org">