On Wed, Sep 26, 2012 at 1:43 AM,  <[email protected]> wrote:
> GNU make is required to build the XALAN-C library on UNIX platforms.
>
> The Makefile files use GNU specific macros for assignments. The BSD make
> uses incompatible macro rules.  The Solaris make probably uses similar
> incompatible macro rules.
>
> Martin Elzen brought to our attention that scripts used with SunStudio
> should have (lf) line endings instead of the DOS (crlf) line endings.
> It appears that some of the files are being constructed with these
> (crlf) line endings.

My guess is there's some misconfiguration going on regarding the svn:eol-style:

http://www.apache.org/dev/version-control.html#https-svn-config

> Also when you extract the sources from the subversion repository,
> the (run) flags for the script files is not set.  The subversion
> repository saves file content, not file attributes.

svn propset svn:executable ON myscript.sh

Thanks,
--tim

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to