Re: [edk2-devel] [Patch 1/1] BaseTools: Singleton the object to handle build conf file

2019-07-11 Thread Bob Feng
evel] [Patch 1/1] BaseTools: Singleton the object to handle build conf file Bob: > -Original Message- > From: Feng, Bob C > Sent: Thursday, July 11, 2019 8:13 PM > To: devel@edk2.groups.io; Feng, Bob C ; Gao, > Liming > Subject: RE: [edk2-devel] [Patch 1/1] BaseTools: Sing

Re: [edk2-devel] [Patch 1/1] BaseTools: Singleton the object to handle build conf file

2019-07-11 Thread Liming Gao
Bob: > -Original Message- > From: Feng, Bob C > Sent: Thursday, July 11, 2019 8:13 PM > To: devel@edk2.groups.io; Feng, Bob C ; Gao, Liming > > Subject: RE: [edk2-devel] [Patch 1/1] BaseTools: Singleton the object to > handle build conf file > > Liming, &

Re: [edk2-devel] [Patch 1/1] BaseTools: Singleton the object to handle build conf file

2019-07-11 Thread Bob Feng
019 5:27 PM To: Gao, Liming ; devel@edk2.groups.io Subject: Re: [edk2-devel] [Patch 1/1] BaseTools: Singleton the object to handle build conf file Liming, Thanks for your comments. I'll test the cases you mentioned. Thanks, Bob -Original Message- From: Gao, Liming Sent: Thursda

Re: [edk2-devel] [Patch 1/1] BaseTools: Singleton the object to handle build conf file

2019-07-11 Thread Bob Feng
Liming, Thanks for your comments. I'll test the cases you mentioned. Thanks, Bob -Original Message- From: Gao, Liming Sent: Thursday, July 11, 2019 5:11 PM To: Feng, Bob C ; devel@edk2.groups.io Subject: RE: [Patch 1/1] BaseTools: Singleton the object to handle build conf file Bob:

Re: [edk2-devel] [Patch 1/1] BaseTools: Singleton the object to handle build conf file

2019-07-11 Thread Liming Gao
Bob: target.txt is from Conf directory. build_rule.txt and tools_def.txt are specified in target.txt. Please take care this case that they may have the different file name. And, Conf directory is relative to WORKSPACE and PACKAGES_PATH. Does this patch support it? Thanks Liming >-Orig

[edk2-devel] [Patch 1/1] BaseTools: Singleton the object to handle build conf file

2019-06-28 Thread Bob Feng
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1875 The build config files are target.txt, build rule, tooldef During a build, the config is not changed, so the object to handle them need to be singleton. Cc: Liming Gao Signed-off-by: Bob Feng --- BaseTools/Source/Python/AutoGen/AutoGen.py