doc update: add note about patch line endings and .gitattributes

pull/213/head
Tony Theodore 11 years ago
parent a2a5c5874d
commit 7c1f0f5091

@ -2527,6 +2527,14 @@ endef</pre>
in the same coding style as the files they are patching.
</p>
<p>
When patching sources with crlf line endings, the patch
file itself should also have the same eol style. Use the
convention of naming the file as <code>*crlf.patch</code>
to instruct git not to normalise the line endings (defined
in <code>.gitattributes</code>).
<p/>
<p>
Finally, in your <code>$(PKG)_BUILD</code> section,
please check that you use our portability variables:

Loading…
Cancel
Save