On 8/30/07, Ian Lynagh <[EMAIL PROTECTED]> wrote: > > On Thu, Aug 30, 2007 at 12:54:02PM -0700, Judah Jacobson wrote: > > I attempted to create a binary distribution on Mac OS X, and found > > that the following two patches were necessary to get everything > > working correctly. > > > > Use cp -R instead of cp -a (it's more portable). > > Hmm, -a is equivalent to -dpR here. -d doesn't look important for us, > but -p (same as --preserve=mode,ownership,timestamps) probably is > important when we copy the directory of stamp files. Do you also have a > -p flag with the same meaning on OS X?
Yes, -p works on OS X. Here's an updated version of the patches. -Judah
bindistfixes2.patch
Description: Binary data
_______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
