[armedbear-devel] Behavior of 'abcl.source.{tar, zip}' targets changed
Mark Evenson
evenson at panix.com
Tue Sep 1 09:19:51 UTC 2009
On 9/1/09 9:28 AM, Erik Huelsmann wrote:
[…]
> I think I'd like the value of ?? to be dependent on the distribution
> archive (CRLF for zip and LF for tar.gz). How difficult would it be to
> build that into build.xml?
I've implemented this behavior in [svn 12127][1]. Please test when you
get a chance.
'abcl.source.{tar,zip}' now explicit changes the EOL for most files to
'lf' (UNIX) for the tar, and to 'crf' (DOS) for the zip. The current
exception is that the 'abcl.in' script always gets 'lf' EOL, and the
'abcl.bat.in' always get 'crlf' EOL.
The 'abcl.source.eol' property has been removed.
[1]: http://trac.common-lisp.net/armedbear/changeset/12127
--
"A screaming comes across the sky. It has happened before, but there
is nothing to compare to it now."
More information about the armedbear-devel
mailing list