projects
/
awesomized
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
4db614a
)
Don't remove origin directories.
author
Brian Aker
<brian@tangent.org>
Tue, 7 Aug 2012 00:45:23 +0000
(20:45 -0400)
committer
Brian Aker
<brian@tangent.org>
Tue, 7 Aug 2012 00:45:23 +0000
(20:45 -0400)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index 0e6f5db29967fea90abc50b148433404b6e33fa5..e64231fe030ce35f3f2797b7c93592738bee31bd 100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-70,7
+70,7
@@
merge-clean:
@find ./ | $(GREP) \.gcno | xargs rm -f
@find ./ | $(GREP) \.gz | xargs rm -f
@find ./ | $(GREP) \.moved | xargs rm -r -f
- @find ./ | $(GREP) \.orig | xargs rm -f
+ @find ./ | $(GREP) \
\
.orig | xargs rm -f
@find ./ | $(GREP) \.rej | xargs rm -f
@rm -f *\.rpm
@find ./ | $(GREP) \.THIS | xargs rm -f