Gentoo Archives: gentoo-dev

From: Lisa Seelye <lisa@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Parallizing ebuilds - 'trivial' ebuilds
Date: Wed, 11 Jan 2006 23:50:08
Message-Id: 1137023061.7003.300.camel@localhost
In Reply to: [gentoo-dev] Parallizing ebuilds - 'trivial' ebuilds by "Robin H. Johnson"
1 On Wed, 2006-01-11 at 14:51 -0800, Robin H. Johnson wrote:
2 > I've been cleaning up media-fonts/ to work with modular-X, and I see a
3 > lot of ebuilds with stuff like this:
4 > for font in *.bdf; do
5 > /usr/X11R6/bin/bdftopcf ${font} > `basename $font .bdf`.pcf
6 > done
7 > gzip *.pcf
8 >
9 > For having 100 files in *bdf, this is so serial it's painful.
10
11 And here I was hoping Distcc would get some usage. :(
12
13 --
14 Regards,
15 Lisa Seelye
16 GPG: 09CF5 2D6B8 2B72B 997A7 601BC B46B5 561E4 96FC5
17 http://www.thedoh.com/~lisa/site

Attachments

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

Replies

Subject Author
Re: [gentoo-dev] Parallizing ebuilds - 'trivial' ebuilds Ferris McCormick <fmccor@g.o>