Re: [dpdk-dev] [PATCH] devtools: remove useless files from ABI reference

2020-04-21 Thread Bruce Richardson
On Tue, Apr 21, 2020 at 11:26:58AM +0200, David Marchand wrote: > On Tue, Apr 21, 2020 at 11:22 AM Thomas Monjalon wrote: > > > > 21/04/2020 09:49, David Marchand: > > > On Tue, Apr 21, 2020 at 4:05 AM Thomas Monjalon > > > wrote: > > > > + rm $abirefdir/$targetdir/usr/loca

Re: [dpdk-dev] [PATCH] devtools: remove useless files from ABI reference

2020-04-21 Thread David Marchand
On Tue, Apr 21, 2020 at 11:22 AM Thomas Monjalon wrote: > > 21/04/2020 09:49, David Marchand: > > On Tue, Apr 21, 2020 at 4:05 AM Thomas Monjalon wrote: > > > + rm $abirefdir/$targetdir/usr/local/lib/*.a > > > > The install directory for libraries is not lib/ in all cases. >

Re: [dpdk-dev] [PATCH] devtools: remove useless files from ABI reference

2020-04-21 Thread Thomas Monjalon
21/04/2020 09:49, David Marchand: > On Tue, Apr 21, 2020 at 4:05 AM Thomas Monjalon wrote: > > + rm $abirefdir/$targetdir/usr/local/lib/*.a > > The install directory for libraries is not lib/ in all cases. > This breaks the ABI generation for gcc-shared: > > DESTDIR=/home/d

Re: [dpdk-dev] [PATCH] devtools: remove useless files from ABI reference

2020-04-21 Thread David Marchand
On Tue, Apr 21, 2020 at 4:05 AM Thomas Monjalon wrote: > > When building an ABI reference with meson, some static libraries > are built and linked in apps. They are useless and take a lot of space. > Those binaries, and other useless files (examples and doc files) > in the share/ directory, are re

[dpdk-dev] [PATCH] devtools: remove useless files from ABI reference

2020-04-20 Thread Thomas Monjalon
When building an ABI reference with meson, some static libraries are built and linked in apps. They are useless and take a lot of space. Those binaries, and other useless files (examples and doc files) in the share/ directory, are removed after being installed. In order to save time when building