]> git.pld-linux.org Git - packages/mysql.git/blame - mysql-abi_check.patch
- drop unrecognized options
[packages/mysql.git] / mysql-abi_check.patch
CommitLineData
9a05597e
AM
1--- mysql-5.1.45/Makefile.am.orig 2010-03-31 10:52:25.000000000 -0400
2+++ mysql-5.1.45/Makefile.am 2010-03-31 10:55:05.000000000 -0400
3@@ -312,24 +312,7 @@
4 $(MAKE) abi_headers="$^" do_abi_check
5
6 do_abi_check:
7- set -ex; \
8- for file in $(abi_headers); do \
9- @CC@ -E -nostdinc -dI \
10- -I$(top_srcdir)/include \
11- -I$(top_srcdir)/include/mysql \
12- -I$(top_srcdir)/sql \
13- -I$(top_builddir)/include \
14- -I$(top_builddir)/include/mysql \
15- -I$(top_builddir)/sql \
16- $$file 2>/dev/null | \
17- @SED@ -e '/^# /d' \
18- -e '/^[ ]*$$/d' \
19- -e '/^#pragma GCC set_debug_pwd/d' \
20- -e '/^#ident/d' > \
21- $(top_builddir)/abi_check.out; \
22- @DIFF@ -w $$file.pp $(top_builddir)/abi_check.out; \
23- @RM@ $(top_builddir)/abi_check.out; \
24- done
25+ echo "Skipping do_abi_check"
26
27 # Don't update the files from bitkeeper
28 %::SCCS/s.%
This page took 0.027705 seconds and 4 git commands to generate.