From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44941) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f80Px-0001Bd-Kp for qemu-devel@nongnu.org; Mon, 16 Apr 2018 05:27:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f80Pw-0004hE-Sb for qemu-devel@nongnu.org; Mon, 16 Apr 2018 05:27:21 -0400 Received: from mail-ot0-x242.google.com ([2607:f8b0:4003:c0f::242]:37876) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f80Pw-0004eu-Mc for qemu-devel@nongnu.org; Mon, 16 Apr 2018 05:27:20 -0400 Received: by mail-ot0-x242.google.com with SMTP id y46-v6so16616528otd.4 for ; Mon, 16 Apr 2018 02:27:20 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20180414142739.23375-1-mjt@msgid.tls.msk.ru> References: <20180414142739.23375-1-mjt@msgid.tls.msk.ru> From: Peter Maydell Date: Mon, 16 Apr 2018 10:26:59 +0100 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: Re: [Qemu-devel] [PATCH trivial for-2.12] Makefile: install gtk message catalogs if CONFIG_GTK=y too, not only =m List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Tokarev Cc: QEMU Developers , QEMU Trivial On 14 April 2018 at 15:27, Michael Tokarev wrote: > Signed-off-by: Michael Tokarev > --- > Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Makefile b/Makefile > index 727ef118f3..8644c2e918 100644 > --- a/Makefile > +++ b/Makefile > @@ -856,7 +856,7 @@ ifneq ($(BLOBS),) > $(INSTALL_DATA) $(SRC_PATH)/pc-bios/$$x "$(DESTDIR)$(qemu_datadir)"; \ > done > endif > -ifeq ($(CONFIG_GTK),m) > +ifneq ($(filter $(CONFIG_GTK),y m),) > $(MAKE) -C po $@ > endif > $(INSTALL_DIR) "$(DESTDIR)$(qemu_datadir)/keymaps" > -- > 2.11.0 "trivial" and "for 2.12" don't make much sense together at this point in the release cycle. Is this important enough to go into rc4, or not? thanks -- PMM