diff options
| author | Patrick Williams <iawillia@us.ibm.com> | 2013-05-24 10:58:56 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-07-12 09:52:31 -0500 |
| commit | 0b5085685b2d672e207c260d5dfaed9b3d9ead03 (patch) | |
| tree | 94b9b55a8df467de56d8c0a858c6280665be642a /src/usr/hwpf/ifcompiler | |
| parent | 44b63a15ac243ed21fcd35704838baced09ed64c (diff) | |
| download | blackbird-hostboot-0b5085685b2d672e207c260d5dfaed9b3d9ead03.tar.gz blackbird-hostboot-0b5085685b2d672e207c260d5dfaed9b3d9ead03.zip | |
Build ifcompiler in parallel.
Change-Id: Id48297a212f0a4492fa867e606bdae64d0a162db
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5134
Reviewed-by: Thi N. Tran <thi@us.ibm.com>
Tested-by: Jenkins Server
Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/ifcompiler')
| -rwxr-xr-x | src/usr/hwpf/ifcompiler/initCompiler.lex | 47 |
1 files changed, 23 insertions, 24 deletions
diff --git a/src/usr/hwpf/ifcompiler/initCompiler.lex b/src/usr/hwpf/ifcompiler/initCompiler.lex index 78bd7acb8..2298dedd7 100755 --- a/src/usr/hwpf/ifcompiler/initCompiler.lex +++ b/src/usr/hwpf/ifcompiler/initCompiler.lex @@ -1,26 +1,25 @@ -/* IBM_PROLOG_BEGIN_TAG - * This is an automatically generated prolog. - * - * $Source: src/usr/hwpf/ifcompiler/initCompiler.lex $ - * - * IBM CONFIDENTIAL - * - * COPYRIGHT International Business Machines Corp. 2010-2012 - * - * p1 - * - * Object Code Only (OCO) source materials - * Licensed Internal Code Source Materials - * IBM HostBoot Licensed Internal Code - * - * The source code for this program is not published or other- - * wise divested of its trade secrets, irrespective of what has - * been deposited with the U.S. Copyright Office. - * - * Origin: 30 - * - * IBM_PROLOG_END_TAG - */ +/* IBM_PROLOG_BEGIN_TAG */ +/* This is an automatically generated prolog. */ +/* */ +/* $Source: src/usr/hwpf/ifcompiler/initCompiler.lex $ */ +/* */ +/* IBM CONFIDENTIAL */ +/* */ +/* COPYRIGHT International Business Machines Corp. 2010,2013 */ +/* */ +/* p1 */ +/* */ +/* Object Code Only (OCO) source materials */ +/* Licensed Internal Code Source Materials */ +/* IBM HostBoot Licensed Internal Code */ +/* */ +/* The source code for this program is not published or otherwise */ +/* divested of its trade secrets, irrespective of what has been */ +/* deposited with the U.S. Copyright Office. */ +/* */ +/* Origin: 30 */ +/* */ +/* IBM_PROLOG_END_TAG */ /* Change Log ************************************************************************************* // // Flag Track Userid Date Description @@ -62,7 +61,7 @@ #include <iomanip> #include <vector> #include <initRpn.H> -#include <y.tab.h> +#include <ifcompiler.y.tab.h> uint64_t bits2int( const char * bitString); uint64_t hexs2int(const char * hexString, int32_t size); |

