]> git.notmuchmail.org Git - notmuch/commitdiff
Makefile: Re-order the commands in "make release" slightly.
authorCarl Worth <cworth@cworth.org>
Thu, 15 Apr 2010 23:28:13 +0000 (16:28 -0700)
committerCarl Worth <cworth@cworth.org>
Thu, 15 Apr 2010 23:30:50 +0000 (16:30 -0700)
We put verify-version as a dependency, not a recursive action to keep
its output clean, (I know that I will always type "make release"
instead of "make VERSION=X.Y release" so I want a nice, neat
reminder).

Also, put the various ssh-based commands together, and after the
build, (so that it doesn't ask for a password/passphrase both before
and after building).


No differences found