Gentoo Archives: gentoo-dev

From: Daniel Pielmeier <daniel.pielmeier@××××××××××.com>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] EAPI 3's default src_install needs bikeshedding
Date: Mon, 30 Mar 2009 17:34:33
Message-Id: 49D102F9.8060207@googlemail.com
In Reply to: Re: [gentoo-dev] EAPI 3's default src_install needs bikeshedding by Ciaran McCreesh
1 Ciaran McCreesh schrieb am 30.03.2009 18:43:
2 > On Mon, 30 Mar 2009 18:33:48 +0200
3 > Thomas Sachau <tommy@g.o> wrote:
4 >> else
5 >> for x in AUTHORS ChangeLog NEWS README; do
6 >> if [ -e ${x} ]; then
7 >
8 > Is -e really better than -s?
9 >
10
11 I think -s should be used here. I have seen projects out there which
12 don't use the mandatory autotools files (INSTALL, NEWS, README, AUTHORS,
13 ChangeLog, COPYING) at all or use other files than these. So they just
14 place an empty file there to make automake happy instead of using the
15 --foreign option. Besides that it makes no sense to install empty
16 documentation files at all.
17
18 --
19 Daniel Pielmeier

Attachments

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

Replies

Subject Author
Re: [gentoo-dev] EAPI 3's default src_install needs bikeshedding Mounir Lamouri <mounir.lamouri@×××××.com>