build system: fix non-portable sed constructs.
authorMatthias Andree <matthias.andree@gmx.de>
Fri, 10 Jan 2014 10:54:37 +0000 (11:54 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Fri, 10 Jan 2014 10:54:37 +0000 (11:54 +0100)
commit9b76f895bcd50c97df66c7e0192e045245eb519f
tree0ce5dac1b3f7a0996a9bc098d137f278de3b1ced
parent3deabea8932715dae2b7b95e08b1be96d1bc0361
build system: fix non-portable sed constructs.

This includes proper line breaks for labels and closing braces,
and removing non-portable \n and \t in s/// functions.

Signed-off-by: Matthias Andree <matthias.andree@gmx.de>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
scripts/gen_build_files.sh