Gentoo Archives: gentoo-dev

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-dev@l.g.o, vapier@g.o
Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in sys-kernel/linux-headers: ChangeLog linux-headers-2.6.26.ebuild
Date: Fri, 22 Aug 2008 02:59:41
Message-Id: 20080822030358.GK24123@curie-int.orbis-terrarum.net
1 On Wed, Aug 20, 2008 at 02:57:03AM +0000, Mike Frysinger (vapier) wrote:
2 > 1.1 sys-kernel/linux-headers/linux-headers-2.6.26.ebuild
3 ...
4 > src_install() {
5 > kernel-2_src_install
6 > cd "${D}"
7 > egrep -r \
8 > -e '[[:space:]](asm|volatile|inline)[[:space:](]' \
9 > -e '\<([us](8|16|32|64))\>' \
10 > .
11 > headers___fix $(find -type f)
12 > }
13 ...
14
15 Are you missing a pipe after the egrep statement? What's the point of
16 just spitting to stdout?
17
18 --
19 Robin Hugh Johnson
20 Gentoo Linux Developer & Infra Guy
21 E-Mail : robbat2@g.o
22 GnuPG FP : 11AC BA4F 4778 E3F6 E4ED F38E B27B 944E 3488 4E85

Replies