On 2/2/19 12:27 AM, Laszlo Ersek wrote: > On 02/02/19 00:03, Philippe Mathieu-Daudé wrote: >> On 2/1/19 11:35 PM, Laszlo Ersek wrote: >>> On 01/31/19 19:55, Laszlo Ersek wrote: [...] >>> (f) So, the solution is to prefix the "./build.sh" recipe with a "+" >>> sign, to mark it as "recursive": >>> >>>> diff --git a/tests/uefi-test-tools/Makefile >>>> b/tests/uefi-test-tools/Makefile >>>> index 61d263861e..449b81d8ba 100644 >>>> --- a/tests/uefi-test-tools/Makefile >>>> +++ b/tests/uefi-test-tools/Makefile >>>> @@ -87,7 +87,7 @@ Build/%.fat: Build/%.efi >>>> .NOTPARALLEL: >>>> >>>> Build/bios-tables-test.%.efi: build-edk2-tools >>>> - ./build.sh $(edk2_dir) BiosTablesTest $* $@ >>>> + +./build.sh $(edk2_dir) BiosTablesTest $* $@ >> >> Yes :) This fixed it! >> >>>> >>>> build-edk2-tools: >>>> $(MAKE) -C $(edk2_dir)/BaseTools >>> >>> This fixes the issue for me on Fedora 29, without breaking the behavior >>> on RHEL7. >> >> Excellent! I triggered Travis builds (Ubuntu/Debian).
FYI, everthing build fine there. >>> >>> I'll submit v3 later. Thank you for catching this error. [...]