소스 검색

binutils-pass1: adjust timing sample to match the build command

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12032 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Xi Ruoyao 5 년 전
부모
커밋
17eb152e1a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      chapter05/binutils-pass1.xml

+ 1 - 1
chapter05/binutils-pass1.xml

@@ -64,7 +64,7 @@ cd       build</userinput></screen>
       to be of any use, measure the time it takes to build this package from
       to be of any use, measure the time it takes to build this package from
       the configuration, up to and including the first install. To achieve
       the configuration, up to and including the first install. To achieve
       this easily, wrap the commands in a <command>time</command>
       this easily, wrap the commands in a <command>time</command>
-      command like this: <userinput>time { ./configure ... &amp;&amp; make
+      command like this: <userinput>time { ../configure ... &amp;&amp; make
       &amp;&amp; make install; }</userinput>.</para>
       &amp;&amp; make install; }</userinput>.</para>
     </note>
     </note>