Gentoo Archives: gentoo-dev

From: Mike Frysinger <vapier@g.o>
To: "Robin H. Johnson" <robbat2@g.o>
Cc: gentoo-dev@l.g.o
Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in sys-kernel/linux-headers: ChangeLog linux-headers-2.6.26.ebuild
Date: Mon, 25 Aug 2008 19:13:08
Message-Id: 200808251512.36340.vapier@gentoo.org
In Reply to: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in sys-kernel/linux-headers: ChangeLog linux-headers-2.6.26.ebuild by "Robin H. Johnson"
1 On Thursday 21 August 2008, Robin H. Johnson wrote:
2 > On Wed, Aug 20, 2008 at 02:57:03AM +0000, Mike Frysinger (vapier) wrote:
3 > > 1.1 sys-kernel/linux-headers/linux-headers-2.6.26.ebuild
4 >
5 > ...
6 >
7 > > src_install() {
8 > > kernel-2_src_install
9 > > cd "${D}"
10 > > egrep -r \
11 > > -e '[[:space:]](asm|volatile|inline)[[:space:](]' \
12 > > -e '\<([us](8|16|32|64))\>' \
13 > > .
14 > > headers___fix $(find -type f)
15 > > }
16 >
17 > ...
18 >
19 > Are you missing a pipe after the egrep statement? What's the point of
20 > just spitting to stdout?
21
22 some debug code that doesnt hurt. shows headers that need fixing.
23 -mike

Attachments

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