]> git.ipfire.org Git - thirdparty/qemu.git/commit
default-configs: Replace $(and ...) with $(call land, ...)
authorThomas Huth <thuth@redhat.com>
Mon, 18 Sep 2017 18:32:18 +0000 (20:32 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 19 Sep 2017 14:20:49 +0000 (16:20 +0200)
commitd321e6d58eb088d239b6be8ef0938c530d8164da
treeaabf67f48a0a0132d01cb1537450c8654fd558dc
parent262a69f4282e44426c7a132138581d400053e0a1
default-configs: Replace $(and ...) with $(call land, ...)

Using $(and ...) is dangerous here: It only works as long as the first
argument is set to 'y' or completely unset. It does not work if the
first argument is set to 'n' for example. Let's use the "land" make
function instead which has been written explicitely for this purpose.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <1505759538-15365-1-git-send-email-thuth@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
default-configs/pci.mak
default-configs/ppc-softmmu.mak
default-configs/ppc64-softmmu.mak
default-configs/s390x-softmmu.mak