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
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,
&
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
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:
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
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