[Mono-list] Some "make clean" little bugs

Asier Llano Palacios asierllano@infonegocio.com
Wed, 03 Dec 2003 09:45:28 +0100


Hello:

When you do a "make clean" in the released mcs-0.29 it has the following
little bugs:

The following files, that are generated, during compilation are not
removed:
class/Npgsql/Npgsql/Design/ConnectionStringEditorForm.resources
class/Npgsql/Npgsql/NpgsqlState.resources
class/Npgsql/Npgsql/NpgsqlClosedState.resources
class/Npgsql/Npgsql/NpgsqlParameterCollection.resources
class/Npgsql/Npgsql/NpgsqlCommand.resources
class/Npgsql/Npgsql/NpgsqlConnectedState.resources
class/Npgsql/Npgsql/NpgsqlParameter.resources
class/Npgsql/Npgsql/NpgsqlConnection.resources
class/Npgsql/Npgsql/NpgsqlReadyState.resources
class/Npgsql/Npgsql/NpgsqlTransaction.resources
class/Npgsql/Npgsql/NpgsqlEventLog.resources
class/Npgsql/Npgsql/NpgsqlException.resources
class/Npgsql/Npgsql/PGUtil.resources
class/Npgsql/NpgsqlTypes/NpgsqlTypesHelper.resources

The following files, that are included in the realeased source are
automatically deleted:
tests/casts.cs
tests/csc-casts.out

I recomend you to test the following steps to know if the cleaning is
done properly:
- Descompress the released source
- Build the whole mcs-0.29
- "make clean"
- Compare the result with the original source

Asier