diff options
author | Yonghong Zhu <yonghong.zhu@intel.com> | 2016-03-23 14:54:36 +0800 |
---|---|---|
committer | Yonghong Zhu <yonghong.zhu@intel.com> | 2016-03-23 17:36:09 +0800 |
commit | 3570e3324835ba08fa68a1d0bf59290750ff797d (patch) | |
tree | da1b764ccebdd4acb1ecefd5bf4f6ac600ba0c77 /DuetPkg/build64.sh | |
parent | c7d1e742ecf9c149449c031dbfb4493bfdd0b815 (diff) | |
download | edk2-platforms-3570e3324835ba08fa68a1d0bf59290750ff797d.tar.xz |
BaseTools: not include the undefined macro in response file
In last Nmake patch, when we generate the response file, we would replace
all the Macros in the make file. Once there have undefined macro used,
the tool direct report error. In this patch, we use following solution to
resolve the failure.
1. Add all the defined macros into AutoGenObject macro dict
2. For the undefined macros which used in the Make file, when we generate
the response file, we not include this macro, let make phase to handle.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'DuetPkg/build64.sh')
0 files changed, 0 insertions, 0 deletions