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/MacOSX | |
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/MacOSX')
-rw-r--r-- | support-files/MacOSX/Makefile.am | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/support-files/MacOSX/Makefile.am b/support-files/MacOSX/Makefile.am index 4cdd7348cd7..a4915deccf6 100644 --- a/support-files/MacOSX/Makefile.am +++ b/support-files/MacOSX/Makefile.am @@ -28,12 +28,6 @@ EXTRA_DIST = Info.plist.sh \ StartupItem.Info.plist \ StartupItem.postinstall -pkgdata_DATA = Info.plist \ - Description.plist \ - StartupParameters.plist \ - postinstall \ - preinstall - CLEANFILES = Info.plist \ Description.plist \ StartupParameters.plist \ |