From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by sourceware.org (Postfix) with ESMTPS id 6D9E63856DDA; Mon, 25 Sep 2023 15:46:16 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 6D9E63856DDA Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=suse.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=suse.de Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out2.suse.de (Postfix) with ESMTP id F40BD1F74C; Mon, 25 Sep 2023 15:46:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1695656775; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=sd+d0TArtkiRnUWxPIrMSAQQul/KuMyIVFOKbgLvSyE=; b=XxwEZbDowYLMIMHTX1Owq89afzJsx5jX+phU7qoRdbw4KFMckV2XveW3/AUV+2B8zsZRUk hx+5psIzNE/GKOEEe7sH5wQF1hRnIPLgbb+QsAeeUIinxgjB6MojPFaM5fytsYbOa6yZrM l8zlh2TU2YC29YVEIIpkfQNTnkMSqUI= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1695656775; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=sd+d0TArtkiRnUWxPIrMSAQQul/KuMyIVFOKbgLvSyE=; b=xt+/ZE1jJ9dCKRxUo1HanyhN+GIIIzt6d9EO7GUYFuvFWfaI9QrbzvbKu/Ne4JVWa3MvO2 S9KXTfZs7pVTdtAw== Received: from hawking.nue2.suse.org (unknown [10.168.4.11]) by relay2.suse.de (Postfix) with ESMTP id B11452C142; Mon, 25 Sep 2023 15:46:14 +0000 (UTC) Received: by hawking.nue2.suse.org (Postfix, from userid 17005) id AC0314A03CD; Mon, 25 Sep 2023 17:46:14 +0200 (CEST) From: Andreas Schwab To: Arsen =?utf-8?Q?Arsenovi=C4=87?= via Binutils Cc: gdb-patches@sourceware.org, Arsen =?utf-8?Q?Arsenovi=C4=87?= , Bruno Haible , Iain Sandoe Subject: Re: [PATCH 2/2] *: suppress xgettext 0.22 charset name error In-Reply-To: <20230925153247.908901-3-arsen@aarsen.me> ("Arsen =?utf-8?Q?A?= =?utf-8?Q?rsenovi=C4=87?= via Binutils"'s message of "Mon, 25 Sep 2023 17:13:41 +0200") References: <20230925153247.908901-1-arsen@aarsen.me> <20230925153247.908901-3-arsen@aarsen.me> X-Yow: I feel real SOPHISTICATED being in FRANCE! Date: Mon, 25 Sep 2023 17:46:14 +0200 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-9.2 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,KAM_SHORT,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Sep 25 2023, Arsen Arsenović via Binutils wrote: > libctf/ChangeLog: > > * po/Make-in ($(srcdir)/$(PACKAGE).pot): Output to a .pot > temporary file to suppress xgettext checking charset names. There is no po/Make-in in libctf. > diff --git a/gdbsupport/Makefile.am b/gdbsupport/Makefile.am > index 00524e9a566..43aa670faf4 100644 > --- a/gdbsupport/Makefile.am > +++ b/gdbsupport/Makefile.am > @@ -19,6 +19,7 @@ > > AUTOMAKE_OPTIONS = no-dist foreign > ACLOCAL_AMFLAGS = -I . -I ../config > +SUBDIRS = > > AM_CPPFLAGS = -I$(srcdir)/../include -I$(srcdir)/../gdb \ > -I../gnulib/import -I$(srcdir)/../gnulib/import \ Spurious change. > diff --git a/libctf/Makefile.am b/libctf/Makefile.am > index b1dbc2f6ba4..8c9f623f58c 100644 > --- a/libctf/Makefile.am > +++ b/libctf/Makefile.am > @@ -17,6 +17,8 @@ > # . > # > > +SUBDIRS = > + > ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd > > AUTOMAKE_OPTIONS = dejagnu foreign info-in-builddir no-texinfo.tex Likewise. -- Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different."