mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 06:13:31 +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 information.
|
||||
|
||||
for fn in src/{or,common}/*.c; do
|
||||
for fn in src/or/*.c src/common/*.c; do
|
||||
BN=`basename $fn`
|
||||
DN=`dirname $fn`
|
||||
F=`echo $BN | sed -e 's/\.c$//;'`
|
||||
|
Loading…
Reference in New Issue
Block a user