Merge "configure: clean up temp gcov (.gcno) files"

This commit is contained in:
James Zern 2014-03-25 22:52:06 -07:00 committed by Gerrit Code Review
commit 4ecaaa81e7

View File

@ -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
}
#