diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-05-13 23:59:35 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-05-13 23:59:35 +0300 |
commit | b88e359c961b4e2b7c00627ee866533c2b07161d (patch) | |
tree | 11acbf7230c1c2c49b35c827d041a71cd1f2e512 /dev-db/mysql/files/mysql-5.1-gcc45-apicheck.patch | |
parent | 2ccc9f182ace325dd4bcbf7f549e010a77900dfe (diff) |
deleted: dev-db/mysql/files/my.cnf
deleted: dev-db/mysql/files/my.cnf-4.0
deleted: dev-db/mysql/files/my.cnf-4.1
deleted: dev-db/mysql/files/my.cnf-5.1
deleted: dev-db/mysql/files/mysql-5.1-gcc45-apicheck.patch
deleted: dev-db/mysql/files/mysql.init
deleted: dev-db/mysql/mysql-5.1.46-r1.ebuild
Diffstat (limited to 'dev-db/mysql/files/mysql-5.1-gcc45-apicheck.patch')
-rw-r--r-- | dev-db/mysql/files/mysql-5.1-gcc45-apicheck.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-db/mysql/files/mysql-5.1-gcc45-apicheck.patch b/dev-db/mysql/files/mysql-5.1-gcc45-apicheck.patch deleted file mode 100644 index 46125c7..0000000 --- a/dev-db/mysql/files/mysql-5.1-gcc45-apicheck.patch +++ /dev/null @@ -1,28 +0,0 @@ ---- mysql-5.1.45/Makefile.am.orig 2010-03-31 10:52:25.000000000 -0400 -+++ mysql-5.1.45/Makefile.am 2010-03-31 10:55:05.000000000 -0400 -@@ -312,24 +312,7 @@ - $(MAKE) abi_headers="$^" do_abi_check - - do_abi_check: -- set -ex; \ -- for file in $(abi_headers); do \ -- @CC@ -E -nostdinc -dI \ -- -I$(top_srcdir)/include \ -- -I$(top_srcdir)/include/mysql \ -- -I$(top_srcdir)/sql \ -- -I$(top_builddir)/include \ -- -I$(top_builddir)/include/mysql \ -- -I$(top_builddir)/sql \ -- $$file 2>/dev/null | \ -- @SED@ -e '/^# /d' \ -- -e '/^[ ]*$$/d' \ -- -e '/^#pragma GCC set_debug_pwd/d' \ -- -e '/^#ident/d' > \ -- $(top_builddir)/abi_check.out; \ -- @DIFF@ -w $$file.pp $(top_builddir)/abi_check.out; \ -- @RM@ $(top_builddir)/abi_check.out; \ -- done -+ echo "Skipping do_abi_check" - - # Don't update the files from bitkeeper - %::SCCS/s.% |