Removed hardwired sources directory.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6870 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Manuel Canales Esparcia 2005-09-18 09:08:13 +00:00
parent 4fd2af1540
commit 5ebdc13a4a
2 changed files with 6 additions and 6 deletions

View File

@ -60,7 +60,7 @@ of achieving a clean build.</para>
threading libraries installed by Glibc. Unpack the tarball from
within the Glibc source directory:</para>
<screen><userinput>tar -xf /sources/glibc-linuxthreads-&glibc-version;.tar.bz2</userinput></screen>
<screen><userinput>tar -xf ../glibc-linuxthreads-&glibc-version;.tar.bz2</userinput></screen>
<para>Glibc has two tests which fail when the running kernel is 2.6.11 or later.
The problem has been determined to be with the tests themselves, not with the

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!ENTITY version "SVN-20050917">
<!ENTITY releasedate "September 17, 2005">
<!ENTITY version "SVN-20050918">
<!ENTITY releasedate "September 18, 2005">
<!ENTITY milestone "6.2">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->