Gentoo Archives: gentoo-dev

From: Ciaran McCreesh <ciaran.mccreesh@×××××××××××××.uk>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Making dobin, doexe die by default and doins, doman, dodoc warn initially
Date: Thu, 13 Jul 2006 01:06:04
Message-Id: 20060713015517.5ff98f7e@snowdrop.home
In Reply to: Re: [gentoo-dev] Making dobin, doexe die by default and doins, doman, dodoc warn initially by "Diego 'Flameeyes' Pettenò"
1 On Thu, 13 Jul 2006 02:41:26 +0200 "Diego 'Flameeyes' Pettenò"
2 <flameeyes@g.o> wrote:
3 | > if these use doins/man/doc then the should probably check them
4 | > before installing:
5 | > [ -f ${doc} ] && dodoc ${doc}
6 |
7 | dodoc of 30 files of which some might not exists take less runtime
8 | than 30 checks for files and following dodoc file-by-file.
9
10 Uh... Why on earth is the runtime speed for one-off src_install things
11 being discussed? A few hundredths of a second in non-global code is
12 utterly irrelevant. The far more important issue is what's more
13 readable.
14
15 --
16 Ciaran McCreesh
17 Mail : ciaran dot mccreesh at blueyonder.co.uk
18
19
20 --
21 gentoo-dev@g.o mailing list