This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Tarantool -- an efficient key/value data store".
The branch master has been updated
via 8c336cdadc831202046939d481d276b128fd3e74 (commit)
from 8be5254c62b3f33fc162b316134226cbbfc195f5 (commit)
Summary of changes:
Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
commit 8c336cdadc831202046939d481d276b128fd3e74
Author: Konstantin Osipov <[email protected]>
Date: Wed Dec 1 21:39:40 2010 +0300
Do not delete 'test' directory in make clean.
Going forward, 'test' will contain tests. Do not delete
it in make clean.
diff --git a/Makefile b/Makefile
index cad767c..25e9fa8 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ ifeq ("$(origin module)", "command line")
.PHONY: clean
clean:
@echo " CLEAN $(module)"
- @rm -rf $(obj) $(dep) tarantool_$(module) _* lcov test
+ @rm -rf $(obj) $(dep) tarantool_$(module) _* lcov
else
.PHONY: clean
clean:
--
Tarantool -- an efficient key/value data store
_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help : https://help.launchpad.net/ListHelp