Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o, Matt Turner <mattst88@g.o>
Subject: Re: [gentoo-dev] [PATCH 2/3] xorg-2.eclass: Remove use of prune_libtool_files
Date: Wed, 20 Feb 2019 07:36:57
Message-Id: 1550648203.1036.5.camel@gentoo.org
In Reply to: Re: [gentoo-dev] [PATCH 2/3] xorg-2.eclass: Remove use of prune_libtool_files by Ulrich Mueller
1 On Wed, 2019-02-20 at 07:20 +0100, Ulrich Mueller wrote:
2 > > > > > > On Wed, 20 Feb 2019, Matt Turner wrote:
3 >
4 >
5 > > # Don't install libtool archives (even for modules)
6 > > - prune_libtool_files --all
7 > > + find "${D}" -name '*.la' -delete || die
8 >
9 > Maybe restrict removal to regular files, i.e. add "-type f"?
10
11 I suppose you should have spoken up when people started adopting that
12 'find' line all over the place. Though I honestly doubt we're going to
13 see many packages installing '*.la' non-files.
14
15 --
16 Best regards,
17 Michał Górny

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies