mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-30 23:53:32 +01:00
Merge remote-tracking branch 'linus/binshify'
This commit is contained in:
commit
0f31d4f14d
@ -5,7 +5,7 @@
|
|||||||
# coverage -- run gcov on the appropriate set of object files to extract
|
# coverage -- run gcov on the appropriate set of object files to extract
|
||||||
# coverage information.
|
# coverage information.
|
||||||
|
|
||||||
for fn in src/{or,common}/*.c; do
|
for fn in src/or/*.c src/common/*.c; do
|
||||||
BN=`basename $fn`
|
BN=`basename $fn`
|
||||||
DN=`dirname $fn`
|
DN=`dirname $fn`
|
||||||
F=`echo $BN | sed -e 's/\.c$//;'`
|
F=`echo $BN | sed -e 's/\.c$//;'`
|
||||||
|
Loading…
Reference in New Issue
Block a user