diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-04-09 12:21:30 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-04-09 12:21:30 +0000 |
commit | 7026fb7c09735a28960ec365643ab5f2c3719072 (patch) | |
tree | 6e726fbb878fc909147c9aceceb825a143fcf253 /chapter05/bzip2.xml | |
parent | 401da4c65edf45e3c43119d9e48516e3fb75d80f (diff) |
Moved make test before make install.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4887 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/bzip2.xml')
-rw-r--r-- | chapter05/bzip2.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter05/bzip2.xml b/chapter05/bzip2.xml index 1c9e499a3..e30a7c536 100644 --- a/chapter05/bzip2.xml +++ b/chapter05/bzip2.xml @@ -32,11 +32,12 @@ script. Compile it with:</para> <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/> |