Don't use the absolute path to the bindist tarball
authorIan Lynagh <igloo@earth.li>
Tue, 10 Feb 2009 21:52:15 +0000 (21:52 +0000)
committerIan Lynagh <igloo@earth.li>
Tue, 10 Feb 2009 21:52:15 +0000 (21:52 +0000)
commitf75d258c4e74aa91dd5c64e47e9d96889870743a
treea49ecd808e41e84b2bc2dee7c6fa98654379eb9f
parentef378f7cd93227321ce127f542865f1d799e0ccb
Don't use the absolute path to the bindist tarball
On Windows, we end up doing something like
    rsync c:/build/ghc-6.10.1-unknown-mingw32.tar.bz2 haskell.org:dist
and it thinks that it is meant to get the file from the host called "c".
Now we just do
    rsync ghc-6.10.1-unknown-mingw32.tar.bz2 haskell.org:dist
so rsync understand what we mean.
Makefile
bindisttest/Makefile
mk/config.mk.in