diff options
| author | Patrick Williams <iawillia@us.ibm.com> | 2011-08-16 17:35:23 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2011-08-17 11:39:25 -0500 |
| commit | 04a01c63da3f9afc08b71c863127299e2d22462f (patch) | |
| tree | 32b3628760b5b56a96d68aeca46220862b7b445b /src/usr/errl/parser/.gitignore | |
| parent | f24bf89ab0cb82fee8ab80ed6f5aa8142e3db462 (diff) | |
| download | talos-hostboot-04a01c63da3f9afc08b71c863127299e2d22462f.tar.gz talos-hostboot-04a01c63da3f9afc08b71c863127299e2d22462f.zip | |
Errl parser fixes.
- Rexx script fails on newer Linux.
- Compiler warnings on newer GCC due to const char vs char.
- Add .gitignore file for usr/errl/parser/bin directory.
Change-Id: I4c86fef91d68e2dd909b72b8802173c76ecd9da4
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/261
Tested-by: Jenkins Server
Reviewed-by: Monte K. Copeland <copelanm@us.ibm.com>
Diffstat (limited to 'src/usr/errl/parser/.gitignore')
| -rw-r--r-- | src/usr/errl/parser/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/errl/parser/.gitignore b/src/usr/errl/parser/.gitignore new file mode 100644 index 000000000..36f971e32 --- /dev/null +++ b/src/usr/errl/parser/.gitignore @@ -0,0 +1 @@ +bin/* |

