diff options
author | unknown <lenz@mysql.com> | 2005-07-20 19:15:48 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2005-07-20 19:15:48 +0200 |
commit | d207bd81f8c2dedf200208931d489b1f8800d2f6 (patch) | |
tree | f41a45770263b6d4ab3dc799cd622b89ffc5e123 /support-files/Makefile.am | |
parent | 5c27ff06c739c405c3ef09357c4f7deeae40b4b1 (diff) | |
download | mariadb-git-d207bd81f8c2dedf200208931d489b1f8800d2f6.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
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
Diffstat (limited to 'support-files/Makefile.am')
-rw-r--r-- | support-files/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/support-files/Makefile.am b/support-files/Makefile.am index 1f38b4c30c2..59ee837825b 100644 --- a/support-files/Makefile.am +++ b/support-files/Makefile.am @@ -37,9 +37,7 @@ pkgdata_DATA = my-small.cnf \ my-huge.cnf \ my-innodb-heavy-4G.cnf \ mysql-log-rotate \ - mysql-@VERSION@.spec \ - binary-configure \ - MySQL-shared-compat.spec + binary-configure pkgdata_SCRIPTS = mysql.server |