* Joey Hess <[email protected]>, 2009-08-08, 15:52:
Maybe instead dh needs to get a -j option; then if a rules file wants
to support DEB_BUILD_OPTIONS it could set the option. Or something along
those lines. However, would that really be any better than my earlier
suggestion for adding an override target?
Adding an override target does not help at all:
$ printf 'override_dh_auto_build:\n\t$(MAKE)\n' >> debian/rules
$ dpkg-buildpackage -j2
[snip]
debian/rules override_dh_auto_build
make[1]: Entering directory `/home/jwilk/vault/download/1/makejobs-1'
make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make
rule.
/usr/bin/make
make[2]: Entering directory `/home/jwilk/vault/download/1/makejobs-1'
AFTER
BEFORE
make[2]: Leaving directory `/home/jwilk/vault/download/1/makejobs-1'
[snip]
In fact, when you are using overrides, you are in an even worse
situation, as you cannot fix anything with the "+" hack.
--
Jakub Wilk
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]