diff options
author | lenz@mysql.com <> | 2005-07-20 19:15:48 +0200 |
---|---|---|
committer | lenz@mysql.com <> | 2005-07-20 19:15:48 +0200 |
commit | ca9087a82c9acad64abca32c38f3cf6f08d0948f (patch) | |
tree | f41a45770263b6d4ab3dc799cd622b89ffc5e123 /scripts | |
parent | 0d7a2641b5c05a2e90ca04bb1002be1c7d63ab69 (diff) | |
download | mariadb-git-ca9087a82c9acad64abca32c38f3cf6f08d0948f.tar.gz |
- don't install the Mac OS X support files when running "make install" -
they're not needed outside of the source tree (BUG#12057)
- Removed some more unneeded files from "make install" along the way
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Makefile.am | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index c464c271a55..533545aba25 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -32,9 +32,7 @@ bin_SCRIPTS = @server_scripts@ \ mysqldumpslow \ mysql_explain_log \ mysql_tableinfo \ - mysqld_multi \ - make_win_src_distribution \ - make_win_binary_distribution + mysqld_multi EXTRA_SCRIPTS = make_binary_distribution.sh \ make_sharedlib_distribution.sh \ @@ -63,8 +61,6 @@ EXTRA_DIST = $(EXTRA_SCRIPTS) \ mysqlaccess.conf \ mysqlbug -pkgdata_DATA = make_binary_distribution make_sharedlib_distribution - # mysqlbug should be distributed built so that people can report build # failures with it. CLEANFILES = @server_scripts@ \ |