setup: remove --multi-version

It causes copious scary-looking warning messages and I'm no longer sure if it was actually needed to accomplish our goals ref #530.
This commit is contained in:
Zooko O'Whielacronx 2010-11-15 01:00:48 -08:00
parent 55bd4e254f
commit 5f61bad92d

View File

@ -37,7 +37,7 @@ find_links=misc/dependencies tahoe-deps ../tahoe-deps
# (See http://tahoe-lafs.org/trac/tahoe-lafs/ticket/142 .)
[aliases]
build = darcsver --count-all-patches develop --multi-version --prefix=support make_executable build
build = darcsver --count-all-patches develop --prefix=support make_executable build
test = darcsver --count-all-patches develop --prefix=support make_executable build trial
sdist = darcsver --count-all-patches sdist
install = darcsver --count-all-patches install