Gentoo Archives: gentoo-dev

From: Simon Stelling <blubb@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] New emul-libs.eclass
Date: Mon, 19 Feb 2007 18:26:50
Message-Id: 45D9EAA1.4080706@gentoo.org
In Reply to: Re: [gentoo-dev] New emul-libs.eclass by Mike Frysinger
1 Mike Frysinger wrote:
2 > every use of find | xargs in there should be fixed to use find -print0 |
3 > xargs -0
4
5 The second one, yes, that's fixed now. The first one, no, cause egrep
6 wouldn't like it. The xargs -d'
7 ' ensures that \n instead of a simple space is used as delimiter. If
8 some package really installs files with a newline character in its name,
9 well, then that package is just not worth including in emul-packages.
10
11 --
12 Kind Regards,
13
14 Simon Stelling
15 Gentoo/AMD64 developer
16 --
17 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] New emul-libs.eclass Mike Frysinger <vapier@g.o>