diff options
| author | Monte Copeland <copelanm@us.ibm.com> | 2011-08-17 12:13:20 -0500 |
|---|---|---|
| committer | Monte K. Copeland <copelanm@us.ibm.com> | 2011-08-18 08:46:41 -0500 |
| commit | fe59bf54606f8dc2e12723d962f70a551f753666 (patch) | |
| tree | 0a142500d584f7cc84eee352ade4c1a5e34b0789 /src/usr/errl/parser/makefile | |
| parent | c56648379cde6ea3bcfac07923bb560734c6e16f (diff) | |
| download | blackbird-hostboot-fe59bf54606f8dc2e12723d962f70a551f753666.tar.gz blackbird-hostboot-fe59bf54606f8dc2e12723d962f70a551f753666.zip | |
Errl parser update to accept pre-extracted storage buffer.
Change-Id: I86f0a887845399f639a11bb39bb160b33af5d156
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/262
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Reviewed-by: CAMVAN T. NGUYEN <ctnguyen@us.ibm.com>
Diffstat (limited to 'src/usr/errl/parser/makefile')
| -rw-r--r-- | src/usr/errl/parser/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/errl/parser/makefile b/src/usr/errl/parser/makefile index 2a5b44417..fa5aabfd5 100644 --- a/src/usr/errl/parser/makefile +++ b/src/usr/errl/parser/makefile @@ -24,7 +24,7 @@ $(BIN)/comps.C: $(ROOTPATH)/src/include/usr/hbotcompid.H mkdir -p $(BIN) grep "const compId_t [A-Z0-9]*_COMP_ID" $^ | \ grep -v MY_COMP_ID | \ - sed 's/const compId_t \([A-Z0-9]*\)_COMP_ID[ =\t]*\(0[xX][0-0a-fA-F]*\).*/{ "\1", \2 },/' \ + sed 's/const compId_t \([A-Z0-9]*\)_COMP_ID[ =\t]*\(0[xX][0-9a-fA-F]*\).*/{ "\1", \2 },/' \ > $@ $(BIN)/errlparser.o: errlparser.C $(ROOTPATH)/src/include/usr/errl/errltypes.H $(BIN)/comps.C |

