patch applied (ghc): Windows fixes to build system: use the 'find'
and 'sort' found by configure
Simon Peyton Jones
simonpj at microsoft.com
Mon Jul 6 07:12:44 EDT 2009
Mon Jul 6 03:34:13 PDT 2009 simonpj at microsoft.com
* Windows fixes to build system: use the 'find' and 'sort' found by configure
Ignore-this: a96197917f388a637118bafefb427495
The build system should use 'find' and 'sort' that are discovered by
configure, not the ones in your path. On Windows the ones in your path
might well be the non-Unixy Windows versions.
This patch fixes the ones I tripped over. There may be more.
M ./aclocal.m4 -1 +1
M ./configure.ac -6 +11
M ./rules/build-package-way.mk -3 +3
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20090706103413-1287e-31f5b3664823bc3b83b248a2e2dce2250f2a1c83.gz
More information about the Cvs-ghc
mailing list