Re: [PATCH] Fix automake warnings

2020-12-10 Thread Mark Wielaard
Hi Dmitry, On Thu, 2020-12-10 at 14:52 +0300, Dmitry V. Levin wrote: > On Thu, Dec 10, 2020 at 12:28:35PM +0100, Mark Wielaard wrote: > > > > + * Makefile.am (noinst_PROGRAMS): Rename to noinst_DATA. > > > > + (libasm_so_SOURCES): Remove. > > > > + (CLEANFILES): Add libelf.so. >

Re: [PATCH] Fix automake warnings

2020-12-10 Thread Dmitry V. Levin
On Thu, Dec 10, 2020 at 12:28:35PM +0100, Mark Wielaard wrote: > Hi Dmitry, > > On Thu, 2020-12-10 at 13:30 +0300, Dmitry V. Levin wrote: > > On Thu, Dec 10, 2020 at 11:09:21AM +0100, Mark Wielaard wrote: > > > Very nice. I have one small issue, with automake 1.13.4 when removing > > > the lib{asm

Re: [PATCH] Fix automake warnings

2020-12-10 Thread Mark Wielaard
Hi Dmitry, On Thu, 2020-12-10 at 13:30 +0300, Dmitry V. Levin wrote: > On Thu, Dec 10, 2020 at 11:09:21AM +0100, Mark Wielaard wrote: > > Very nice. I have one small issue, with automake 1.13.4 when removing > > the lib{asm,dw,elf}_so_SOURCES variables no clean rule is generated > > anymore for th

Re: [PATCH] Fix automake warnings

2020-12-10 Thread Dmitry V. Levin
w. > Thanks, > > Mark > From 3ca5ef319500129ed574596f178c4a4667b9ed3b Mon Sep 17 00:00:00 2001 > From: "Dmitry V. Levin" > Date: Thu, 10 Dec 2020 02:34:55 +0300 > Subject: [PATCH] Fix automake warnings > > Apparently, commit 2f02e81510946a4c8e9157ad0b72

Re: [PATCH] Fix automake warnings

2020-12-10 Thread Mark Wielaard
0129ed574596f178c4a4667b9ed3b Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Thu, 10 Dec 2020 02:34:55 +0300 Subject: [PATCH] Fix automake warnings Apparently, commit 2f02e81510946a4c8e9157ad0b72d92894b9acd7 that removed $(EXEEXT) suffix from shared libraries was incomplete: i

[PATCH] Fix automake warnings

2020-12-09 Thread Dmitry V. Levin
Apparently, commit 2f02e81510946a4c8e9157ad0b72d92894b9acd7 that removed $(EXEEXT) suffix from shared libraries was incomplete: it missed the fact that some libraries were included into noinst_PROGRAMS, resulting to the following automake warnings: libasm/Makefile.am:66: warning: deprecated featur