Re: [Qemu-devel] [PATCH 4/5] tests/uefi-test-tools: add build scripts

2019-01-24 Thread Laszlo Ersek
On 01/23/19 17:13, Laszlo Ersek wrote: > FWIW, I've asked > > - both on edk2-devel, about adding .NOTPARALLEL to the generated inner > makefiles: > > "parallelism in the module-level, generated GNUmakefile's" > https://lists.01.org/pipermail/edk2-devel/2019-January/035463.html > > - and on

Re: [Qemu-devel] [PATCH 4/5] tests/uefi-test-tools: add build scripts

2019-01-23 Thread Laszlo Ersek
On 01/22/19 13:02, Laszlo Ersek wrote: > On 01/21/19 20:30, Peter Maydell wrote: >> On Mon, 21 Jan 2019 at 19:09, Laszlo Ersek wrote: >>> It wasn't clear to me whether and how multi-threaded builds were >>> supposed to be used by maintainers, whenever they'd update >>>

Re: [Qemu-devel] [PATCH 4/5] tests/uefi-test-tools: add build scripts

2019-01-22 Thread Laszlo Ersek
On 01/21/19 20:30, Peter Maydell wrote: > On Mon, 21 Jan 2019 at 19:09, Laszlo Ersek wrote: >> It wasn't clear to me whether and how multi-threaded builds were >> supposed to be used by maintainers, whenever they'd update >> "tests/data/uefi-boot-images/*". >> >> I saw that "make" was invoked

Re: [Qemu-devel] [PATCH 4/5] tests/uefi-test-tools: add build scripts

2019-01-21 Thread Peter Maydell
On Mon, 21 Jan 2019 at 19:09, Laszlo Ersek wrote: > It wasn't clear to me whether and how multi-threaded builds were > supposed to be used by maintainers, whenever they'd update > "tests/data/uefi-boot-images/*". > > I saw that "make" was invoked everywhere as $(MAKE), but that didn't > clarify

Re: [Qemu-devel] [PATCH 4/5] tests/uefi-test-tools: add build scripts

2019-01-21 Thread Laszlo Ersek
On 01/21/19 13:17, Philippe Mathieu-Daudé wrote: > Hi Laszlo, > > On 1/18/19 11:33 PM, Laszlo Ersek wrote: >> Introduce the following build scripts under "tests/uefi-test-tools": >> >> * "build.sh" builds a single module (a UEFI application) from >> UefiTestToolsPkg, for a single QEMU emulation

Re: [Qemu-devel] [PATCH 4/5] tests/uefi-test-tools: add build scripts

2019-01-21 Thread Philippe Mathieu-Daudé
Hi Laszlo, On 1/18/19 11:33 PM, Laszlo Ersek wrote: > Introduce the following build scripts under "tests/uefi-test-tools": > > * "build.sh" builds a single module (a UEFI application) from > UefiTestToolsPkg, for a single QEMU emulation target. > > "build.sh" relies on cross-compilers when

[Qemu-devel] [PATCH 4/5] tests/uefi-test-tools: add build scripts

2019-01-18 Thread Laszlo Ersek
Introduce the following build scripts under "tests/uefi-test-tools": * "build.sh" builds a single module (a UEFI application) from UefiTestToolsPkg, for a single QEMU emulation target. "build.sh" relies on cross-compilers when the emulation target and the build host architecture don't