Re: [edk2] [PATCH 0/2] add '!include' support to tools_def.txt parser

2016-05-25 Thread Gao, Liming
, May 16, 2016 2:00 PM > To: Gao, Liming <liming@intel.com<mailto:liming@intel.com>> > Cc: edk2-devel@lists.01.org<mailto:edk2-devel@lists.01.org> > <edk2-de...@ml01.01.org<mailto:edk2-de...@ml01.01.org>> > Subject: Re: [edk2] [PATCH 0/2] add '!include'

Re: [edk2] [PATCH 0/2] add '!include' support to tools_def.txt parser

2016-05-17 Thread Michael Zimmermann
com> > > Cc: edk2-devel@lists.01.org <edk2-de...@ml01.01.org> > > Subject: Re: [edk2] [PATCH 0/2] add '!include' support to tools_def.txt > parser > > > > I guess you mean relative to the currently parsed file? > > It doesn't, I'll make a new patch with s

Re: [edk2] [PATCH 0/2] add '!include' support to tools_def.txt parser

2016-05-16 Thread Gao, Liming
; Michael Zimmermann > Sent: Monday, May 16, 2016 2:00 PM > To: Gao, Liming <liming@intel.com> > Cc: edk2-devel@lists.01.org <edk2-de...@ml01.01.org> > Subject: Re: [edk2] [PATCH 0/2] add '!include' support to tools_def.txt parser > > I guess you mean relative to

Re: [edk2] [PATCH 0/2] add '!include' support to tools_def.txt parser

2016-05-16 Thread Michael Zimmermann
edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > > Michael Zimmermann > > Sent: Saturday, May 14, 2016 5:49 PM > > To: edk2-devel@lists.01.org <edk2-de...@ml01.01.org> > > Subject: [edk2] [PATCH 0/2] add '!include' support to tools_def.txt > parser &

Re: [edk2] [PATCH 0/2] add '!include' support to tools_def.txt parser

2016-05-15 Thread Gao, Liming
Does it support the relative path? > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Michael Zimmermann > Sent: Saturday, May 14, 2016 5:49 PM > To: edk2-devel@lists.01.org <edk2-de...@ml01.01.org> > Subject: [edk2] [

[edk2] [PATCH 0/2] add '!include' support to tools_def.txt parser

2016-05-14 Thread Michael Zimmermann
this is a response to this github issue: https://github.com/tianocore/edk2/issues/77 this patch just adds !include support to tools_def.txt like it's supported for FDF and DSC files already. the split of the current tools_def.txt into multiple per-toolchain files can be done in another patch.