Author: manuel Date: 2005-04-09 06:21:30 -0600 (Sat, 09 Apr 2005) New Revision: 4887
Modified: trunk/BOOK/chapter05/bzip2.xml trunk/BOOK/general.ent Log: Moved make test before make install. Modified: trunk/BOOK/chapter05/bzip2.xml =================================================================== --- trunk/BOOK/chapter05/bzip2.xml 2005-04-07 00:18:02 UTC (rev 4886) +++ trunk/BOOK/chapter05/bzip2.xml 2005-04-09 12:21:30 UTC (rev 4887) @@ -32,11 +32,12 @@ <screen><userinput>make</userinput></screen> +<para>To test the results, issue: <userinput>make test</userinput>.</para> + <para>Install the package:</para> <screen><userinput>make PREFIX=/tools install</userinput></screen> -<para>To test the results, issue: <userinput>make test</userinput>.</para> </sect2> <sect2 role="content"><title/> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2005-04-07 00:18:02 UTC (rev 4886) +++ trunk/BOOK/general.ent 2005-04-09 12:21:30 UTC (rev 4887) @@ -1,6 +1,6 @@ <?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 lfs-root "http://www.linuxfromscratch.org/"> -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
