diff options
author | Simo Sorce <idra@samba.org> | 2009-07-03 08:42:23 -0400 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2009-07-03 08:45:30 -0400 |
commit | 7119241c0d12768b31ebdb489aa0bbba6ca21e40 (patch) | |
tree | 4a1bd9a3d017f5798307d3485732ec13ca5daa52 /lib/tevent/abi_checks.sh | |
parent | 30b2014a01b31d66dd76e0562c5d769dfacf167b (diff) | |
download | samba-7119241c0d12768b31ebdb489aa0bbba6ca21e40.tar.gz samba-7119241c0d12768b31ebdb489aa0bbba6ca21e40.tar.bz2 samba-7119241c0d12768b31ebdb489aa0bbba6ca21e40.zip |
Sort the signature files
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 { |