summaryrefslogtreecommitdiffstats
path: root/sys/tools/makeobjops.awk
diff options
context:
space:
mode:
authorrstone <rstone@FreeBSD.org>2011-03-31 21:33:33 +0000
committerrstone <rstone@FreeBSD.org>2011-03-31 21:33:33 +0000
commit21740f8564b0464c4a7de62f19bc2aba43543d1b (patch)
treecadc3a5636ca8a6827c48c6ed0732f29a4f93f71 /sys/tools/makeobjops.awk
parent94aa425d1e859784b795cec781fea5fc10991ef0 (diff)
downloadFreeBSD-src-21740f8564b0464c4a7de62f19bc2aba43543d1b.zip
FreeBSD-src-21740f8564b0464c4a7de62f19bc2aba43543d1b.tar.gz
GNU awk does not output escaped newlines in multi-line printc statements. This
leads to compile errors when trying to compile firmware(9) stubs created with gawk, as multiple #include statements end up on the same line. Replace the multi-line printc statement that outputs all of the #includes with one printc per #include. This allows modules compatible with firmware(9) to be cross-built from a Linux machine without requiring the one true awk to be installed. I've intentionally done the minimal set of changes necessary to make gawk produce valid (but not pretty) C code, to reduce the churn and keep fw_stubs.awk as readable as possible. Approved by: emaste (mentor) MFC after: 2 weeks
Diffstat (limited to 'sys/tools/makeobjops.awk')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud