diff options
author | lenz@mysql.com <> | 2005-06-07 10:25:51 +0200 |
---|---|---|
committer | lenz@mysql.com <> | 2005-06-07 10:25:51 +0200 |
commit | 1c21f84afb529afba7f18609bbd417552d46698f (patch) | |
tree | ec50f6fdcb63a0dbfe262511c67865521a60d4ef /scripts | |
parent | 5ec15497760ca41368e2b9bcd020b4f4b3de91a1 (diff) | |
download | mariadb-git-1c21f84afb529afba7f18609bbd417552d46698f.tar.gz |
- BUG#10676: don't install "make_win_src_distribution" and "make_win_binary_distribution"
when doing "make install" (they are not needed/useful) outside the build tree. Added
"mysql_client_test" to the "MySQL-bench" RPM.
- some small RPM spec file improvements (more variables than hard-coded values, cleanups)
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index e2ef1bba97c..7614148ae3e 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -33,8 +33,6 @@ bin_SCRIPTS = @server_scripts@ \ mysql_explain_log \ mysql_tableinfo \ mysqld_multi \ - make_win_src_distribution \ - make_win_binary_distribution \ mysql_create_system_tables EXTRA_SCRIPTS = make_binary_distribution.sh \ @@ -86,6 +84,7 @@ CLEANFILES = @server_scripts@ \ mysqldumpslow \ mysqld_multi \ make_win_src_distribution \ + make_win_binary_distribution \ mysql_create_system_tables SUPERCLEANFILES = mysqlbug |