|
Boost-Build : |
From: John Maddock (john_at_[hidden])
Date: 2006-04-12 05:04:40
> Is there a standard line ending for v2/tools jam files? I find that
> most v2/tools jam files contain unix line endings (LF or \n) but that
> both darwin.jam and intel-win.jam contain Windows (CR LF or \r\n)
> endings.
If these are committed to cvs containing \r's then that's a bug: cvs stores
text files with \n's only internally and windows clients convert those to
and from \r\n on update/commit. However if you commit a file with \r\n line
endings from a unix box and then check out on a windows machine you end up
with \r\r\n endings, and that's not good :-)
John.
Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk