On Thu, 29 Apr 2010, torbenh wrote:
dunno... i dont like the debian build system
it builds everything.
Eh, I've warmed up to it. It has its good and bad points.
You can trim out all the arch's you don't want
(debian/config/defines, IIRC) and re-build for just a single
arch:
$ fakeroot make -f ./debian/rules.gen binary-arch_i386_none_686 -j2
-gabriel