Tue Feb 10 13:52:15 PST 2009 Ian Lynagh <[email protected]>
* 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.
M ./Makefile -3 +3
M ./bindisttest/Makefile -1 +1
M ./mk/config.mk.in -1 +1
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20090210215215-3fd76-5b373f408a554981c944fcb7231d2a0cfa9de981.gz
_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc