diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-05-01 16:38:59 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-05-01 16:38:59 +0200 |
commit | 484880add8dae9ada76769e0b16b9bca6c8b37b3 (patch) | |
tree | 4c0940cfdea596c1c1c797e3a753e065558aadee /test/mysql/mysql-5.1-gcc45-apicheck.patch | |
parent | 067c82d499d5bae2258698de65eeb3565664f516 (diff) | |
download | nutyx-extra-484880add8dae9ada76769e0b16b9bca6c8b37b3.tar.gz nutyx-extra-484880add8dae9ada76769e0b16b9bca6c8b37b3.tar.bz2 nutyx-extra-484880add8dae9ada76769e0b16b9bca6c8b37b3.tar.xz nutyx-extra-484880add8dae9ada76769e0b16b9bca6c8b37b3.zip |
mysql dans extra
Diffstat (limited to 'test/mysql/mysql-5.1-gcc45-apicheck.patch')
-rw-r--r-- | test/mysql/mysql-5.1-gcc45-apicheck.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/test/mysql/mysql-5.1-gcc45-apicheck.patch b/test/mysql/mysql-5.1-gcc45-apicheck.patch deleted file mode 100644 index 46125c73e..000000000 --- a/test/mysql/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.% |