1) Disabled abi_check rule for all compilers except gcc
2) restored the -dI option to retain the header information.
This commit is contained in:
Narayanan V 2008-08-08 14:30:05 +05:30
commit c5095f77f8
3 changed files with 19 additions and 2 deletions

View file

@ -58,7 +58,7 @@ dist-hook:
--datadir=$(distdir)/win/data \
--srcdir=$(top_srcdir)
all-local: abi_check
all-local: @ABI_CHECK@
tags:
support-files/build-tags
@ -292,7 +292,7 @@ abi_check_all: $(TEST_PREPROCESSOR_HEADER)
do_abi_check:
set -ex; \
for file in $(abi_headers); do \
@CC@ -E -nostdinc \
@CC@ -E -nostdinc -dI \
-I$(top_srcdir)/include \
-I$(top_srcdir)/include/mysql \
-I$(top_srcdir)/sql \