From: Brian Aker Date: Fri, 24 Jun 2011 20:05:15 +0000 (-0700) Subject: Extend merge-clean X-Git-Tag: 0.51~2^2~1 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=23103b8d6c1ba0524fa1766d9df961ad97567d53;p=m6w6%2Flibmemcached Extend merge-clean --- diff --git a/Makefile.am b/Makefile.am index 65e07090..82b19a4d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -87,6 +87,9 @@ merge-clean: @find ./ | $(GREP) \.orig | xargs rm -f @find ./ | $(GREP) \.rej | xargs rm -f @find ./ | $(GREP) \.rpm | xargs rm -f + @find ./ | $(GREP) \.THIS | xargs rm -f + @find ./ | $(GREP) \.OTHER | xargs rm -f + @find ./ | $(GREP) \.BASE | xargs rm -f @find ./ | $(GREP) \~$$ | xargs rm -f @echo "Files that need to be either removed or checked in:" @bzr unknowns