X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=Makefile.am;h=e687f9ceed3a6e36ee56b8bf4c68b06cc7e0ec9a;hb=7f9bc55d79a4e7133fdeaaa1150451717c103b28;hp=eeab710a4aad9c6588ec01b86f597461c911f021;hpb=bb79693dc3100f28ea4fa477db895876d71fe0e9;p=awesomized%2Flibmemcached diff --git a/Makefile.am b/Makefile.am index eeab710a..e687f9ce 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,7 +11,7 @@ test: all test-extended: all @(cd tests; ${MAKE} test-extended) -valgrind: +valgrind: all @(cd tests; ${MAKE} valgrind) test-no-outputdiff: @@ -34,3 +34,12 @@ generic: cp ~/rpmbuild/SRPMS/libmemcached-$(VERSION)*.rpm . rpm: all dist generic fedora + +merge-clean: + find ./ | $(GREP) \.orig | xargs rm -f + find ./ | $(GREP) \.rej | xargs rm -f + find ./ | $(GREP) \~$$ | xargs rm -f + bzr unknowns + +hudson-valgrind: all + @(cd tests; ${MAKE} hudson-valgrind)