Package: debhelper
Version: 7.2.15
Severity: normal

Using dh_auto_build prevents make jobs from being run simultaneously:

$ make -j1
AFTER
BEFORE

$ make -j2
BEFORE
AFTER

$ dpkg-buildpackage -j2
[snip]
   dh_auto_build
make[1]: Entering directory `/home/jwilk/trunk/bugs/makejobs-1'
make[1]: warning: jobserver unavailable: using -j1.  Add `+' to parent make 
rule.
AFTER
BEFORE
make[1]: Leaving directory `/home/jwilk/trunk/bugs/makejobs-1'
[snip]


(Perhaps some other debhelper parts which call make are affected with the same issue.)

--
Jakub Wilk

Attachment: makejobs_1.tar.gz
Description: Binary data

Reply via email to