patch applied (ghc-6.10/ghc): Fix generating OS X installers: Set
COMMAND_MODE=unix2003
Ian Lynagh
igloo at earth.li
Sun Oct 5 18:31:16 EDT 2008
Sun Oct 5 15:27:15 PDT 2008 Ian Lynagh <igloo at earth.li>
* Fix generating OS X installers: Set COMMAND_MODE=unix2003
If we don't specify COMMAND_MODE=unix2003 then xcodebuild defaults
to setting it to legacy, which means that ar builds archives
without a table of contents. That makes the build fail later on.
M ./distrib/MacOS/Makefile -2 +10
View patch online:
http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20081005222715-3fd76-2f9bf16a37d114cd5d61be6b983c5917a107920b.gz
More information about the Cvs-ghc
mailing list