mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
mysql-client: remove test / benchmark stuff from target (saves ~70MB)
This commit is contained in:
@@ -25,3 +25,7 @@ MYSQL_CLIENT_CONF_OPT = \
|
|||||||
$(ENABLE_DEBUG)
|
$(ENABLE_DEBUG)
|
||||||
|
|
||||||
$(eval $(call AUTOTARGETS,package/database,mysql_client))
|
$(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 $@
|
||||||
|
|||||||
Reference in New Issue
Block a user