summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlenz@mysql.com <>2005-08-11 20:13:12 +0200
committerlenz@mysql.com <>2005-08-11 20:13:12 +0200
commit776bf91371de97dc892e4b1ae329005ee9002e82 (patch)
tree8d966e3efd948253f66bcd57d9bbe50e919e87ac
parent19fe33e16ca3fe23e3df42a9d388e8f649446dbe (diff)
downloadmariadb-git-776bf91371de97dc892e4b1ae329005ee9002e82.tar.gz
- Make sure the Mac OS X support files are built, but not installed by "make install" (the previous
change was too drastic) (BUG#12506)
-rw-r--r--support-files/MacOSX/Makefile.am6
-rw-r--r--support-files/Makefile.am3
2 files changed, 9 insertions, 0 deletions
diff --git a/support-files/MacOSX/Makefile.am b/support-files/MacOSX/Makefile.am
index a4915deccf6..cc22d08daea 100644
--- a/support-files/MacOSX/Makefile.am
+++ b/support-files/MacOSX/Makefile.am
@@ -28,6 +28,12 @@ EXTRA_DIST = Info.plist.sh \
StartupItem.Info.plist \
StartupItem.postinstall
+noinst_DATA = Info.plist \
+ Description.plist \
+ StartupParameters.plist \
+ postinstall \
+ preinstall
+
CLEANFILES = Info.plist \
Description.plist \
StartupParameters.plist \
diff --git a/support-files/Makefile.am b/support-files/Makefile.am
index 59ee837825b..eba3a534489 100644
--- a/support-files/Makefile.am
+++ b/support-files/Makefile.am
@@ -41,6 +41,9 @@ pkgdata_DATA = my-small.cnf \
pkgdata_SCRIPTS = mysql.server
+noinst_DATA = mysql-@VERSION@.spec \
+ MySQL-shared-compat.spec
+
CLEANFILES = my-small.cnf \
my-medium.cnf \
my-large.cnf \