On Wed, May 19, 2021 at 3:46 PM Philippe Mathieu-Daudé <f4...@amsat.org> wrote: > > Add the $MAKE variable to call GNU make, and set it to 'gmake' > on FreeBSD to avoid: > > $ make -j"$JOBS" > make: Unknown modifier ',' > make: "/builds/dTyar424/0/qemu/build/Makefile" line 3: Need an operator > make: "/builds/dTyar424/0/qemu/build/Makefile" line 4: Missing dependency > operator > > Signed-off-by: Philippe Mathieu-Daudé <f4...@amsat.org> > --- > .gitlab-ci.d/buildtest-template.yml | 9 ++++++--- > 1 file changed, 6 insertions(+), 3 deletions(-) >
Reviewed-by: Willian Rampazzo <willi...@redhat.com>