Gentoo Archives: gentoo-dev

From: Aron Griffis <agriffis@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Making dobin, doexe, doins, doman, dodoc die by default
Date: Wed, 12 Jul 2006 18:27:00
Message-Id: 20060712182244.GB952@olive.flatmonk
In Reply to: [gentoo-dev] Making dobin, doexe, doins, doman, dodoc die by default by Stefan Schweizer
1 Stefan Schweizer wrote: [Wed Jul 12 2006, 01:37:44PM EDT]
2 > This came up in Bug 138792 [dobin etc. should automatically die on failure]
3
4 Since do* would become functions in this case, you'll have to fix the
5 few ebuilds that use them on the RHS of xargs.
6
7 grep -r --include \*.ebuild -E 'xargs do(bin|exe|ins|man|doc)' .
8
9 Assuming the list is relatively short, it should be acceptable to
10 convert these to something like:
11
12 doman $(find man -name '*.?.gz')
13
14 The speedtouch ebuild is screwy anyway. There's no reason for the
15 echo.
16
17 Aron
18 --
19 gentoo-dev@g.o mailing list

Replies

Subject Author
[gentoo-dev] Re: Making dobin, doexe, doins, doman, dodoc die by default Stefan Schweizer <genstef@g.o>