*** empty log message ***

svn path=/trunk/boinc/; revision=2271
This commit is contained in:
Karl Chen 2003-09-05 22:13:25 +00:00
parent d466314597
commit 4d46bde2e0
2 changed files with 17 additions and 6 deletions

View File

@ -6186,3 +6186,9 @@ Karl 2003/09/05
Makefile.am
add.py -> add (renamed)
- astropulse: use a protocol version number separate of the astropulse
client version
astropulse/client/
ap_file_io.C

View File

@ -159,12 +159,17 @@ echo "--- Configured BOINC AC_PACKAGE_VERSION ---"
test/test_sanity.py || (
cat <<EOF
The framework sanity check failed.
If you only want to compile the client or compile the server, this may be okay.
If you want to develop BOINC and be able to run the automated tests, you need
a MySQL server installed and running, with permission to create databases.
******************************************************************************
**
** The framework sanity check failed.
**
** If you only want to compile (and run) the client or compile (and run) the
** server, this may be okay.
**
** If you are developing BOINC and want to run the automated tests, you need a
** MySQL server installed and running, with permission to create databases.
**
******************************************************************************
EOF