commit | 27211b605b45a2315d37b0d6b5e7ffaa6897caec | [log] [tgz] |
---|---|---|
author | Bill Randle <bill.randle@gmail.com> | Fri Nov 18 20:23:33 2016 -0800 |
committer | Marek Vasut <marex@denx.de> | Tue Dec 06 01:45:57 2016 +0100 |
tree | 7a877dbe53b3ad42d48a3a95878c900f573379d2 | |
parent | beee6a3083ebf08438aaf79eaeec23d0b5f9fec3 [diff] |
qts-filter.sh: strip DOS line endings and handle continuation lines Some Altera Quartus generated files have long lines that are split with a '\' at the end of the line. It also wOn Windows, rites files in DOS format, which can confuse some of the processing scripts in this file. This patch solves both issues. Signed-off-by: Bill Randle <bill.randle@gmail.com> Cc: Marek Vasut <marex@denx.de>