mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
Remove the tmp file produced when checking abi
This commit is contained in:
parent
27a0ce64ff
commit
24ca44731d
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ abi_check: mysql.h mysql_version.h mysql_com.h mysql_time.h my_list.h \
|
|||
if [ @ICHECK@ != no ] ; then \
|
||||
@ICHECK@ --canonify --skip-from-re /usr/ -o $@.ic mysql.h; \
|
||||
@ICHECK@ --compare mysql_h.ic $@.ic; \
|
||||
$(RM) -f $@.ic; \
|
||||
fi; \
|
||||
touch abi_check;
|
||||
|
||||
|
|
Loading…
Reference in a new issue