diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-25 10:19:50 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-25 10:19:50 +0000 |
commit | 119b59cd0df00269bfe51d906657193217b8c884 (patch) | |
tree | be4bc7f812a9df2c6b3f17e6c3cc9bfafad07253 /make | |
parent | c985a77fad25302d576fbcf92149c983887bc0b9 (diff) |
Remove the EOLN_NATIVE flag from a ton of files (patches & the like for which line ending conversions can break things).
BKrev: 41a5b1c6eA2OPeQrDQEgEwAmKXvQJg
Diffstat (limited to 'make')
-rw-r--r-- | make/make-3.80/SCCS.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/make/make-3.80/SCCS.patch b/make/make-3.80/SCCS.patch index e69de29bb2..c998e118ed 100644 --- a/make/make-3.80/SCCS.patch +++ b/make/make-3.80/SCCS.patch @@ -0,0 +1,16 @@ + +# +# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher +# + +--- make-3.80/configure.in~SCCS ++++ make-3.80/configure.in +@@ -264,7 +264,7 @@ + [Define this if the SCCS 'get' command understands the '-G<file>' option.]);; + esac + fi +-rm -f s.conftest conftoast ++rm -f s.conftest conftoast SCCS/*s.conftest + + # Check the system to see if it provides GNU glob. If not, use our + # local version. |