On Tue, Apr 21, 2020 at 11:22 AM Thomas Monjalon <tho...@monjalon.net> wrote: > > 21/04/2020 09:49, David Marchand: > > On Tue, Apr 21, 2020 at 4:05 AM Thomas Monjalon <tho...@monjalon.net> 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/dmarchan/abi/v20.02/build-gcc-shared ninja -C > > /home/dmarchan/abi/v20.02/build install >/dev/null > > rm: cannot remove > > '/home/dmarchan/abi/v20.02/build-gcc-shared/usr/local/lib/*.a': No > > such file or directory > > > > $ ls ~/abi/v20.02/build-gcc-shared/usr/local/ > > bin include lib64 share > > Is it enough to change lib to lib* ?
I can see only lib/ or lib64/ so ok for me. -- David Marchand