blob: 4306b062b618202e768d75a08da7e72f9b0b7782 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
X-Gentoo-Bug: 312435
X-Upstream-Bug: 52514
X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=312435
X-Upstream-Bug-URL: http://bugs.mysql.com/bug.php?id=52514
--- 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.%
|