mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
- 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 scripts/Makefile.am: - don't install the following files with "make install", as they are not needed to be installed: make_win_src_distribution, make_win_binary_distribution, make_binary_distribution, make_sharedlib_distribution support-files/MacOSX/Makefile.am: - don't install the Mac OS X support files when running "make install" - they're not needed outside of the source tree (BUG#12057) support-files/Makefile.am: - don't install the RPM spec files with "make install" - they are not needed outside of the source tree
This commit is contained in:
@@ -32,9 +32,7 @@ bin_SCRIPTS = @server_scripts@ \
|
|||||||
mysqldumpslow \
|
mysqldumpslow \
|
||||||
mysql_explain_log \
|
mysql_explain_log \
|
||||||
mysql_tableinfo \
|
mysql_tableinfo \
|
||||||
mysqld_multi \
|
mysqld_multi
|
||||||
make_win_src_distribution \
|
|
||||||
make_win_binary_distribution
|
|
||||||
|
|
||||||
EXTRA_SCRIPTS = make_binary_distribution.sh \
|
EXTRA_SCRIPTS = make_binary_distribution.sh \
|
||||||
make_sharedlib_distribution.sh \
|
make_sharedlib_distribution.sh \
|
||||||
@@ -63,8 +61,6 @@ EXTRA_DIST = $(EXTRA_SCRIPTS) \
|
|||||||
mysqlaccess.conf \
|
mysqlaccess.conf \
|
||||||
mysqlbug
|
mysqlbug
|
||||||
|
|
||||||
pkgdata_DATA = make_binary_distribution make_sharedlib_distribution
|
|
||||||
|
|
||||||
# mysqlbug should be distributed built so that people can report build
|
# mysqlbug should be distributed built so that people can report build
|
||||||
# failures with it.
|
# failures with it.
|
||||||
CLEANFILES = @server_scripts@ \
|
CLEANFILES = @server_scripts@ \
|
||||||
|
@@ -28,12 +28,6 @@ EXTRA_DIST = Info.plist.sh \
|
|||||||
StartupItem.Info.plist \
|
StartupItem.Info.plist \
|
||||||
StartupItem.postinstall
|
StartupItem.postinstall
|
||||||
|
|
||||||
pkgdata_DATA = Info.plist \
|
|
||||||
Description.plist \
|
|
||||||
StartupParameters.plist \
|
|
||||||
postinstall \
|
|
||||||
preinstall
|
|
||||||
|
|
||||||
CLEANFILES = Info.plist \
|
CLEANFILES = Info.plist \
|
||||||
Description.plist \
|
Description.plist \
|
||||||
StartupParameters.plist \
|
StartupParameters.plist \
|
||||||
|
@@ -37,9 +37,7 @@ pkgdata_DATA = my-small.cnf \
|
|||||||
my-huge.cnf \
|
my-huge.cnf \
|
||||||
my-innodb-heavy-4G.cnf \
|
my-innodb-heavy-4G.cnf \
|
||||||
mysql-log-rotate \
|
mysql-log-rotate \
|
||||||
mysql-@VERSION@.spec \
|
binary-configure
|
||||||
binary-configure \
|
|
||||||
MySQL-shared-compat.spec
|
|
||||||
|
|
||||||
pkgdata_SCRIPTS = mysql.server
|
pkgdata_SCRIPTS = mysql.server
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user