Browse Source

Moved make test before make install.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4887 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Manuel Canales Esparcia 20 năm trước cách đây
mục cha
commit
7026fb7c09
2 tập tin đã thay đổi với 4 bổ sung3 xóa
  1. 2 1
      chapter05/bzip2.xml
  2. 2 2
      general.ent

+ 2 - 1
chapter05/bzip2.xml

@@ -32,11 +32,12 @@ script. Compile it with:</para>
 
 
 <screen><userinput>make</userinput></screen>
 <screen><userinput>make</userinput></screen>
 
 
+<para>To test the results, issue: <userinput>make test</userinput>.</para>
+
 <para>Install the package:</para>
 <para>Install the package:</para>
 
 
 <screen><userinput>make PREFIX=/tools install</userinput></screen>
 <screen><userinput>make PREFIX=/tools install</userinput></screen>
 
 
-<para>To test the results, issue: <userinput>make test</userinput>.</para>
 </sect2>
 </sect2>
 
 
 <sect2 role="content"><title/>
 <sect2 role="content"><title/>

+ 2 - 2
general.ent

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20050406">
-<!ENTITY releasedate "April 6, 2005">
+<!ENTITY version "SVN-20050409">
+<!ENTITY releasedate "April 9, 2005">
 <!ENTITY milestone "6.1">
 <!ENTITY milestone "6.1">
 
 
 <!ENTITY lfs-root "http://www.linuxfromscratch.org/">
 <!ENTITY lfs-root "http://www.linuxfromscratch.org/">