qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] configure: ignore --make


From: Paolo Bonzini
Subject: Re: [PATCH] configure: ignore --make
Date: Wed, 8 Jun 2022 17:54:46 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0

On 6/8/22 16:21, Matheus Kowalczuk Ferst wrote:
On a clean build on FreeBSD with this patch, I got:

../meson.build:3641:0: ERROR: Key MAKE is not in dict

So it seems that we need to remove the use of MAKE in meson.build too.

Oops, yes. That's the typical "forget git commit --amend before sending out" mistake for me.

Also, we will not have this error at configure-time anymore, but I suppose that *BSD users will identify the problem if they try to build with non-gnu make.

Yeah, my guess was that "try ./configure && make" with GNU Make installed is the more common failure mode, since QEMU is certainly not the only package that requires GNU Make.

Alternatively, I can leave in the check for GNU Make, or move it to meson as a "now type "make" to build QEMU" kind of message, and still remove the unused --make option.

Paolo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]