On Mon, Nov 26, 2018 at 02:52:14PM +0000, Nariman Poushin wrote: > Openssl is fetched as a git submodule, so make sure git clone --recursive > is specified in the instructions to fetch a full source tree. > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Nariman Poushin <[email protected]>
Reviewed-by: Leif Lindholm <[email protected]> Pushed as 572a554e1d. Did you send a v7(?) of 2/2, I haven't seen one? (No panic if you haven't, just we had some emails going missing earlier in this thread and I wanted to make sure that wasn't happening again.) / Leif > --- > > Changes since v1: > > - Added Contribution Agreement tag > > Readme.md | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Readme.md b/Readme.md > index 6ad5953..bb53c6f 100644 > --- a/Readme.md > +++ b/Readme.md > @@ -78,7 +78,7 @@ target-specific binutils. These are included with any > prepackaged GCC toolchain > 1. [edk2-non-osi](https://github.com/tianocore/edk2-non-osi) (if building > platforms that need it) > ``` > - $ git clone https://github.com/tianocore/edk2.git > + $ git clone https://github.com/tianocore/edk2.git --recursive > ... > $ git clone https://github.com/tianocore/edk2-platforms.git > ... > -- > 2.7.4 > > > _______________________________________________ > edk2-devel mailing list > [email protected] > https://lists.01.org/mailman/listinfo/edk2-devel _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

