diff options
Diffstat (limited to 'lib/tevent/abi_checks.sh')
-rwxr-xr-x | lib/tevent/abi_checks.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/tevent/abi_checks.sh b/lib/tevent/abi_checks.sh index 83082ad401..95182097d5 100755 --- a/lib/tevent/abi_checks.sh +++ b/lib/tevent/abi_checks.sh @@ -3,9 +3,9 @@ make clean mkdir abi ABI_CHECKS="-aux-info abi/\$@.X" -make ABI_CHECK="$ABI_CHECKS" +make ABI_CHECK="$ABI_CHECKS" CC="/usr/bin/gcc" -for i in abi/*.X; do cat $i | grep 'tevent\.h'; done | sort | uniq | awk -F "extern " '{ print $2 }' > abi/signatures +for i in abi/*.X; do cat $i | grep 'tevent\.h'; done | sort | uniq | awk -F "extern " '{ print $2 }' | sort> abi/signatures cat > abi/exports << EOF { |