]> git.notmuchmail.org Git - notmuch/commit
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)
commit2bf06e177db923b31f12faefb328b3bfe0651d6d
tree153a0305f7c8ff5093038d150d2466739e094798
parent9eb53a6052751d82f048a8de5ad4fcf3b5b1ce8f
Makefile: Re-order the commands in "make release" slightly.

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).
Makefile.local