From: David Bremner Date: Sun, 17 Jul 2011 12:52:05 +0000 (-0300) Subject: build-system: run make clean before testing. X-Git-Tag: 0.6.1~7 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=9fb9fb2986741041e37c2c65108b2031272b9b0b;hp=2e136988129507a6a8cbac62014122051f156072 build-system: run make clean before testing. The reasoning is that we might have some error in the build system that causes something not to be rebuilt; this would potentially have the tests run on the wrong version of the code. --- diff --git a/Makefile.local b/Makefile.local index 41feeb37..7f14e099 100644 --- a/Makefile.local +++ b/Makefile.local @@ -87,6 +87,7 @@ dist: $(TAR_FILE) .PHONY: release release: verify-source-tree-and-version $(MAKE) VERSION=$(VERSION) verify-newer + $(MAKE) VERSION=$(VERSION) clean $(MAKE) VERSION=$(VERSION) test rm -rf ./debian-build git-buildpackage