Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
a79995c6
Commit
a79995c6
authored
Mar 22, 2014
by
James Zern
Browse files
configure: clean up temp gcov (.gcno) files
Change-Id: I792e4ef7d81aa81beb28091a37a61bafb91b30f4
parent
72d431b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/make/configure.sh
View file @
a79995c6
...
...
@@ -274,6 +274,7 @@ TMP_ASM="${TMPDIRx}/vpx-conf-$$-${RAND}.asm"
clean_temp_files
()
{
rm
-f
${
TMP_C
}
${
TMP_CC
}
${
TMP_H
}
${
TMP_O
}
${
TMP_X
}
${
TMP_ASM
}
enabled gcov
&&
rm
-f
${
TMP_C
%.c
}
.gcno
${
TMP_CC
%.cc
}
.gcno
}
#
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment