Fix duplicate trampoline counting bug in script.
This commit is contained in:
parent
54b3654b07
commit
d9e17005ae
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
make clean ; make 2>&1 |grep "warning: trampoline" > trampolines.out
|
||||
make clean ; make 2>&1 |grep "warning: trampoline" | sort -u > trampolines.out
|
||||
cat trampolines.out
|
||||
echo
|
||||
wc -l trampolines.out
|
||||
|
Loading…
Reference in New Issue
Block a user