From 7026fb7c09735a28960ec365643ab5f2c3719072 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Sat, 9 Apr 2005 12:21:30 +0000 Subject: Moved make test before make install. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4887 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/bzip2.xml | 3 ++- general.ent | 4 ++-- 2 files changed, 4 insertions(+), 3 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: make +To test the results, issue: make test. + Install the package: make PREFIX=/tools install -To test the results, issue: make test. diff --git a/general.ent b/general.ent index de1bdeee7..19dc53409 100644 --- a/general.ent +++ b/general.ent @@ -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/"> -- cgit v1.2.3-54-g00ecf