mysql-client: remove test / benchmark stuff from target (saves ~70MB)

This commit is contained in:
Peter Korsgaard 2009-01-29 21:33:32 +00:00
parent 38986e2cc2
commit ae46e5bc89
1 changed files with 4 additions and 0 deletions

View File

@ -25,3 +25,7 @@ MYSQL_CLIENT_CONF_OPT = \
$(ENABLE_DEBUG)
$(eval $(call AUTOTARGETS,package/database,mysql_client))
$(MYSQL_CLIENT_HOOK_POST_INSTALL):
rm -rf $(TARGET_DIR)/usr/mysql-test $(TARGET_DIR)/usr/sql-bench
touch $@