#At file:///MySQL/REPO/Vnext/next-bugfix/ based on revid:mats@stripped
3123 Joerg Bruehe 2010-03-10 [merge]
Automerge part of the fixes for bug#49022 into "next-mr-bugfixing".
modified:
plugin/Makefile.am
=== modified file 'plugin/Makefile.am'
--- a/plugin/Makefile.am 2009-02-15 02:18:30 +0000
+++ b/plugin/Makefile.am 2010-03-10 09:48:43 +0000
@@ -1,4 +1,4 @@
-# Copyright (C) 2005-2006 MySQL AB
+# Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -24,5 +24,10 @@ EXTRA_DIST = fulltext/configure.in
SUBDIRS = @mysql_pg_dirs@
DIST_SUBDIRS = @mysql_pg_distdirs@
+# As of 5.5.3-m3, we want to include the plugin files of a debug build in the package
+install-exec-hook:
+ $(mkinstalldirs) $(DESTDIR)$(pkglibdir) $(DESTDIR)$(pkglibdir)/plugin
+ test ! -d debug || $(TAR) cf - debug | ( cd $(DESTDIR)$(pkglibdir) && $(TAR) xvf - )
+
# Don't update the files from bitkeeper
%::SCCS/s.%
Attachment: [text/bzr-bundle] bzr/joerg@mysql.com-20100310111021-tvn4rdq8dtiiusl4.bundle
| Thread |
|---|
| • bzr commit into mysql-next-mr-bugfixing branch (joerg:3123) Bug#49022 | Joerg Bruehe | 10 Mar |