Source: chromium-browser
Version: 5.0.342.9~r43360-1
Severity: minor

Hi,

I found the following lines in d/rules:

   PROCESSORS       ?= $(shell grep -ic ^processor /proc/cpuinfo)
   [...]
   ifneq (1,$(PROCESSORS))
   DEB_MAKE_EXTRA_ARGS += -j$(PROCESSORS)
   endif

Please use DEB_BUILD_OPTIONS's parallel=n option instead (see Policy
4.9.1 [1]) so the person doing the build can decide how many processes
to run in parallel.

Regards,
Ansgar

[1] 
<http://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules-options>



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to