[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Removing Mac OS X resource forks from distribution tarballs
From: |
Ralf Wildenhues |
Subject: |
Re: Removing Mac OS X resource forks from distribution tarballs |
Date: |
Fri, 1 Apr 2011 12:02:41 +0200 |
User-agent: |
Mutt/1.5.20 (2010-08-04) |
* Dave Hart wrote on Thu, Mar 31, 2011 at 08:46:56AM CEST:
> Apparently,
> there is no command-line switch to disable generation of ._
> psuedofiles in tarballs, but there is an undocumented environment
> variable that so modifies tar behavior,
> COPY_EXTENDED_ATTRIBUTES_DISABLE=true. For reasons unknown outside the
> bowels of One Infinite Loop, this was renamed to the
> far-less-appropriate COPYFILE_DISABLE as of the Leopard release of Mac
> OS X. [1]
>
> When the build triplet matches *-apple-darwin*, Automake could include
> in the distdir target code to set both of the undocumented environment
> variables to true. That presumes no Automake clients find the
> extended attributes and resource forks in tarballs valuable.
Right. And since we don't know that (well, at least I don't), it would
be prudent to make it configurable. Well, we can just say that the poor
Mac users can configure it by setting COPY_EXTENDED_ATTRIBUTES_DISABLE
and/or COPYFILE_DISABLE in their environment in their shell startup
script, and stop worrying about any changes to Automake. ;-)
Thanks,
Ralf
> [1] http://norman.walsh.name/2008/02/22/tar
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: Removing Mac OS X resource forks from distribution tarballs,
Ralf Wildenhues <=