1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-02-22 17:57:46 +03:00

bug #309: scons now deletes src/sql/MySqlDB.o when cleaning

This commit is contained in:
Javi Fontan 2010-08-17 12:17:29 +02:00
parent f017f08ce3
commit 0af299b550

View File

@ -136,6 +136,7 @@ if not main_env.GetOption('clean'):
print ""
exit(-1)
else:
main_env.Replace(mysql='yes')
shutil.rmtree('.xmlrpc_test', True)
shutil.rmtree('src/nebula/.xmlrpc_test', True)
shutil.rmtree('src/scheduler/.xmlrpc_test', True)