scripts: fix filtering of config comments on bsd
authorBruce Richardson <bruce.richardson@intel.com>
Wed, 18 Jun 2014 20:33:06 +0000 (21:33 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 18 Jun 2014 22:57:50 +0000 (00:57 +0200)
commit6af52f1134ff4d75fdac7ac88bcb4693643db9ca
tree6b5f99acee7db7fe23de0a14bf95c41d4e2bf8af
parentf1445721a98e6204a0e441a08d582cfe9e1843df
scripts: fix filtering of config comments on bsd

On BSD 10, the cpp binary behaves a little differently and often leaves
lines starting with a space before the inital '#' character. This change
ensures those lines are filtered out properly.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
scripts/gen-config-h.sh