projects
/
silc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88a3768
)
Added.
author
Pekka Riikonen
<priikone@silcnet.org>
Fri, 15 Dec 2006 15:24:35 +0000
(15:24 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Fri, 15 Dec 2006 15:24:35 +0000
(15:24 +0000)
scripts/cleanprof
[new file with mode: 0755]
patch
|
blob
diff --git a/scripts/cleanprof
b/scripts/cleanprof
new file mode 100755
(executable)
index 0000000..
f91be99
--- /dev/null
+++ b/
scripts/cleanprof
@@ -0,0
+1,4
@@
+# Clean -fprofile-arcs files
+#!/bin/sh
+
+find . -name \*\.gc?? -type f -print | xargs rm -f