mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge remote-tracking branch 'linus/binshify'
This commit is contained in:
+1
-1
@@ -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$//;'`
|
||||
|
||||
Reference in New Issue
Block a user