From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20277 invoked by alias); 13 Jan 2020 11:59:05 -0000 Mailing-List: contact elfutils-devel-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Post: List-Help: List-Subscribe: Sender: elfutils-devel-owner@sourceware.org Received: (qmail 20267 invoked by uid 89); 13 Jan 2020 11:59:05 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Checked: by ClamAV 0.100.3 on sourceware.org X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.4 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 spammy=levin X-Spam-Status: No, score=-6.4 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on sourceware.org X-Spam-Level: X-HELO: gnu.wildebeest.org Received: from wildebeest.demon.nl (HELO gnu.wildebeest.org) (212.238.236.112) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 13 Jan 2020 11:59:04 +0000 Received: from librem (deer0x15.wildebeest.org [172.31.17.151]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id DEC01300B37B; Mon, 13 Jan 2020 12:59:01 +0100 (CET) Received: by librem (Postfix, from userid 1000) id 27F5BC3CC5; Mon, 13 Jan 2020 12:58:49 +0100 (CET) Date: Mon, 13 Jan 2020 11:59:00 -0000 From: Mark Wielaard To: "Dmitry V. Levin" Cc: elfutils-devel@sourceware.org, Omar Sandoval Subject: Re: [PATCH] libebl: Don't install libebl.a, libebl.h and remove backends from spec. Message-ID: <20200113115849.GB2825@wildebeest.org> References: <20190829214358.6060-1-mark@klomp.org> <20200102000245.GB28779@altlinux.org> <3f5b27665620bd7fd8358f998efecacb85e70bdc.camel@klomp.org> <20200108232508.GA9333@altlinux.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) X-Spam-Flag: NO X-IsSubscribed: yes X-SW-Source: 2020-q1/txt/msg00031.txt On Fri, Jan 10, 2020 at 12:43:44AM +0100, Mark Wielaard wrote: > On Thu, 2020-01-09 at 02:25 +0300, Dmitry V. Levin wrote: > > On Wed, Jan 08, 2020 at 03:09:32PM +0100, Mark Wielaard wrote: > > > Short term I propose the attached patch. > > > > Thanks, it works: the packaging check that used to complain about > > compilation error in installed libasm.h turns green when this patch > > is applied. > > Great. I pushed it to master. Actually I forgot to push it. It is pushed now.