Gentoo Archives: gentoo-dev

From: Paul de Vrieze <pauldv@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] sed vs gsed
Date: Fri, 27 Jan 2006 14:42:17
Message-Id: 200601271536.13691.pauldv@gentoo.org
In Reply to: Re: [gentoo-dev] sed vs gsed by Mike Frysinger
1 On Friday 27 January 2006 14:42, Mike Frysinger wrote:
2 >
3 > it does ... but in case it cant find a fully qualified strip binary
4 > (CHOST-strip), it will fall back to plain old `strip`
5
6 Which it certainly can. As long as it doesn't look in /usr/lib/portage/bin to
7 find it. Something like:
8
9 STRIP="`which -a strip|grep -v "/usr/lib/portage/bin"|head -n 1`"
10
11 >
12 > > For ebuilds calling strip, I see no reason why they would. If at some
13 > > point it is found necessary, it would be easy to have an estrip command
14 > > to do this.
15 >
16 > even ebuilds shouldnt be calling strip
17
18 So we don't need to make such an estrip command. Even better.
19
20 Paul
21
22 --
23 Paul de Vrieze
24 Gentoo Developer
25 Mail: pauldv@g.o
26 Homepage: http://www.devrieze.net