commit | ad4f54ae2b67ddcd4d128fd4b5c21c66a640d237 | [log] [tgz] |
---|---|---|
author | Scott Wood <scottwood@freescale.com> | Thu Jan 03 17:43:33 2008 -0600 |
committer | Jon Loeliger <jdl@freescale.com> | Fri Jan 04 08:21:54 2008 -0600 |
tree | 211909ade0f8df57886ce5ab9f872594f5fd26e1 | |
parent | 910efac4b49f43cb1b66eef5aa0bbd020920bf2a [diff] |
Return a non-zero exit code if an error occurs during dts parsing. Previously, only failure to parse caused the reading of the tree to fail; semantic errors that called yyerror() but not YYERROR only emitted a message, without signalling make to stop the build. Signed-off-by: Scott Wood <scottwood@freescale.com>