Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guillaume Martres
aom-rav1e
Commits
4ecaaa81
Commit
4ecaaa81
authored
Mar 25, 2014
by
James Zern
Committed by
Gerrit Code Review
Mar 25, 2014
Browse files
Merge "configure: clean up temp gcov (.gcno) files"
parents
4fc3e85e
a79995c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/make/configure.sh
View file @
4ecaaa81
...
...
@@ -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
.
Attach a 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