diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2002-01-22 21:29:49 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2002-01-22 21:29:49 +0000 |
commit | 0aecdecd6293ed9b2ab0c0b2efe1c008a59f0f93 (patch) | |
tree | 8d2ebf306711908e118dac171825ed75e49c1381 /chapter06 | |
parent | 75e2c43e24f9b8427856299f3e87f0cdf2e801f5 (diff) |
[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
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/glibc-exp.xml | 4 | ||||
-rw-r--r-- | chapter06/glibc-inst.xml | 3 |
2 files changed, 0 insertions, 7 deletions
diff --git a/chapter06/glibc-exp.xml b/chapter06/glibc-exp.xml index ff084cbee..fdb7e3195 100644 --- a/chapter06/glibc-exp.xml +++ b/chapter06/glibc-exp.xml @@ -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 yet.</para> -<para><userinput>cd ../glibc-&glibc-version;/linuxthreads/man && -make && make install :</userinput> This command will install the -linuxthreads man pages.</para> - <para><userinput>exec /bin/bash:</userinput>This command will 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 diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml index 8d102fa77..094676311 100644 --- a/chapter06/glibc-inst.xml +++ b/chapter06/glibc-inst.xml @@ -35,9 +35,6 @@ sed 's/cross-compiling = yes/cross-compiling = no/' \ make && make install && make localedata/install-locales && -cd ../glibc-&glibc-version;/linuxthreads/man && -make && -make install && exec /bin/bash --login</userinput></screen></para> <para>An alternative to running <userinput>make |