Reviewed-by: Liming Gao <[email protected]> > -----Original Message----- > From: Wu, Hao A > Sent: Tuesday, September 27, 2016 10:45 AM > To: [email protected] > Cc: Wu, Hao A <[email protected]>; Zhu, Yonghong > <[email protected]>; Gao, Liming <[email protected]> > Subject: [PATCH] BaseTools: List missing source python files for Ecc tool in > Makefile > > Add missing python sources files that are dependent for Ecc tool in > Makefile. > > Cc: Yonghong Zhu <[email protected]> > Cc: Liming Gao <[email protected]> > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Hao Wu <[email protected]> > --- > BaseTools/Source/Python/Makefile | 20 ++++++++++++++++++++ > 1 file changed, 20 insertions(+) > > diff --git a/BaseTools/Source/Python/Makefile > b/BaseTools/Source/Python/Makefile > index e7755cd..7ffe211 100644 > --- a/BaseTools/Source/Python/Makefile > +++ b/BaseTools/Source/Python/Makefile > @@ -237,6 +237,26 @@ > CMD_UPT=$(BASE_TOOLS_PATH)\Source\Python\UPT\Core\DependencyR > ules.py \ > $(BASE_TOOLS_PATH)\Source\Python\UPT\Xml\XmlParser.py \ > $(BASE_TOOLS_PATH)\Source\Python\UPT\Xml\XmlParserMisc.py > > +CMD_ECC=$(BASE_TOOLS_PATH)\Source\Python\Ecc\c.py \ > + $(BASE_TOOLS_PATH)\Source\Python\Ecc\Check.py \ > + $(BASE_TOOLS_PATH)\Source\Python\Ecc\CLexer.py \ > + $(BASE_TOOLS_PATH)\Source\Python\Ecc\CodeFragment.py \ > + $(BASE_TOOLS_PATH)\Source\Python\Ecc\CodeFragmentCollector.py \ > + $(BASE_TOOLS_PATH)\Source\Python\Ecc\Configuration.py \ > + $(BASE_TOOLS_PATH)\Source\Python\Ecc\CParser.py \ > + $(BASE_TOOLS_PATH)\Source\Python\Ecc\Database.py \ > + $(BASE_TOOLS_PATH)\Source\Python\Ecc\Ecc.py \ > + $(BASE_TOOLS_PATH)\Source\Python\Ecc\EccGlobalData.py \ > + $(BASE_TOOLS_PATH)\Source\Python\Ecc\EccToolError.py \ > + $(BASE_TOOLS_PATH)\Source\Python\Ecc\Exception.py \ > + $(BASE_TOOLS_PATH)\Source\Python\Ecc\FileProfile.py \ > + $(BASE_TOOLS_PATH)\Source\Python\Ecc\MetaDataParser.py \ > + $(BASE_TOOLS_PATH)\Source\Python\Ecc\ParserWarning.py \ > + > $(BASE_TOOLS_PATH)\Source\Python\Ecc\MetaFileWorkspace\MetaDataTa > ble.py \ > + > $(BASE_TOOLS_PATH)\Source\Python\Ecc\MetaFileWorkspace\MetaFilePar > ser.py \ > + > $(BASE_TOOLS_PATH)\Source\Python\Ecc\MetaFileWorkspace\MetaFileTab > le.py \ > + $(BASE_TOOLS_PATH)\Source\Python\Ecc\Xml\XmlRoutines.py > + > !IFDEF PYTHON_FREEZER_PATH > all: SetPythonPath $(APPLICATIONS) > !ELSE > -- > 1.9.5.msysgit.0
_______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

