X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from ncopa-desktop.alpinelinux.org (unknown [79.160.13.133]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: n@tanael.org) by mail.alpinelinux.org (Postfix) with ESMTPSA id 7AFE5DC01DA; Mon, 15 Dec 2014 15:03:15 +0000 (UTC) Date: Mon, 15 Dec 2014 16:03:12 +0100 From: Natanael Copa To: =?ISO-8859-1?B?QmFydCpvbWllag==?= Piotrowski Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] [PATCH v2] abuild: remove *.la files by default Message-ID: <20141215160312.40910e46@ncopa-desktop.alpinelinux.org> In-Reply-To: <1417804626-32460-1-git-send-email-b@bpiotrowski.pl> References: <1417803938-31292-1-git-send-email-b@bpiotrowski.pl> <1417804626-32460-1-git-send-email-b@bpiotrowski.pl> X-Mailer: Claws Mail 3.11.0 (GTK+ 2.24.23; x86_64-alpine-linux-musl) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Fri, 5 Dec 2014 19:37:06 +0100 Bart*omiej Piotrowski wrote: > Libtool archives are useless in the most of cases and can be safely > removed. A quick grep shows that *.la files are explicitly removed in > 903 APKBUILDs, while intentionally preserved only in 17. >=20 > postcheck() is discussable place to perform the deletion, but it's > currently the only function being run for each subpackage, including > the artifact of package(). I agree that postcheck is not optimal, but I don't have any better suggestions atm either. Applied as is. This will be included in next abuild release, 2.22.0. Thanks! -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---