Commit a79995c6 authored by James Zern's avatar James Zern
Browse files

configure: clean up temp gcov (.gcno) files

Change-Id: I792e4ef7d81aa81beb28091a37a61bafb91b30f4
Showing with 1 addition and 0 deletions
......@@ -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
}
#
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment