瀏覽代碼

No need to cd into glibc-build before running configure and make. We're
already in glibc-build when we created the configparms file


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@95 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Gerard Beekmans 24 年之前
父節點
當前提交
1fc778ebb4
共有 1 個文件被更改,包括 1 次插入4 次删除
  1. 1 4
      chapter06/glibc-inst.sgml

+ 1 - 4
chapter06/glibc-inst.sgml

@@ -47,14 +47,11 @@ sysconfdir=/etc
 </literallayout>
 
 <para>
-Change to the
-<filename class="directory">/usr/src/glibc-build</filename>
-directory and install Glibc by running the following commands:
+Install Glibc by running the following commands:
 </para>
 
 <blockquote><literallayout>
 
-	<userinput>cd /usr/src/glibc-build &amp;&amp;</userinput>
 	<userinput>../glibc-2.2.1/configure \</userinput>
 	<userinput>&nbsp;&nbsp;&nbsp;--prefix=/usr --enable-add-ons 
 		\</userinput>