mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
WL#4380
fixed the abi_check rule to handle failure in the diff command on the solaris platform.
This commit is contained in:
parent
cadcb867bc
commit
223c0177e7
1 changed files with 1 additions and 1 deletions
|
|
@ -306,7 +306,7 @@ do_abi_check:
|
|||
-e '/^[ ]*$$/d' \
|
||||
-e '/^#pragma GCC set_debug_pwd/d' > \
|
||||
$(top_builddir)/abi_check.out; \
|
||||
@DIFF@ -wB $$file.pp $(top_builddir)/abi_check.out; \
|
||||
@DIFF@ -w $$file.pp $(top_builddir)/abi_check.out; \
|
||||
@RM@ $(top_builddir)/abi_check.out; \
|
||||
done
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue