Gentoo Archives: gentoo-dev

From: Ferris McCormick <fmccor@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Parallizing ebuilds - 'trivial' ebuilds
Date: Thu, 12 Jan 2006 00:22:42
Message-Id: Pine.LNX.4.64.0601120016500.23429@terciopelo.krait.us
In Reply to: Re: [gentoo-dev] Parallizing ebuilds - 'trivial' ebuilds by Lisa Seelye
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA1
3
4 On Wed, 11 Jan 2006, Lisa Seelye wrote:
5
6 > On Wed, 2006-01-11 at 14:51 -0800, Robin H. Johnson wrote:
7 >> I've been cleaning up media-fonts/ to work with modular-X, and I see a
8 >> lot of ebuilds with stuff like this:
9 >> for font in *.bdf; do
10 >> /usr/X11R6/bin/bdftopcf ${font} > `basename $font .bdf`.pcf
11 >> done
12 >> gzip *.pcf
13 >>
14 >> For having 100 files in *bdf, this is so serial it's painful.
15 >
16 > And here I was hoping Distcc would get some usage. :(
17 >
18
19 Distcc gets lots of usage with modular X. But for the fonts? :)
20
21 > --
22 > Regards,
23 Regards,
24 Ferris
25 - --
26 Ferris McCormick (P44646, MI) <fmccor@g.o>
27 Developer, Gentoo Linux (sparc, devrel)
28 -----BEGIN PGP SIGNATURE-----
29 Version: GnuPG v1.4.2 (GNU/Linux)
30
31 iD8DBQFDxaBWQa6M3+I///cRAv/UAKCmOh2vFoZoAstFIOoynlYk5IhdFQCgntpt
32 XYfbsIWLAmbdu38ksgKdmP4=
33 =YDDI
34 -----END PGP SIGNATURE-----
35 --
36 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] Parallizing ebuilds - 'trivial' ebuilds Lisa Seelye <lisa@g.o>