From f3428823e5cfa8e524e3ea7be8b497020d0693ba Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Thu, 15 Apr 2010 16:08:37 -0700 Subject: Makefile: Make "make release" run the test suite. This drops one manual step from our release process, (helping to ensure we don't forget anything during the release). --- Makefile.local | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile.local') diff --git a/Makefile.local b/Makefile.local index fed32c07..3f8f1d56 100644 --- a/Makefile.local +++ b/Makefile.local @@ -70,7 +70,9 @@ dist: $(TAR_FILE) # We invoke make recursively only to force ordering of our phony # targets in the case of parallel invocation of make (-j). .PHONY: release -release: release-verify-newer +release: + $(MAKE) test + $(MAKE) release-verify-newer $(MAKE) release-upload @echo "Please send a release announcement as follows:" @echo "" -- cgit v1.2.3