Hmm, the example given there didn't work for me on the autobuilder.<br><br>ifneq (,$(findstring parallel,$(DEB_BUILD_OPTIONS)))<br> PARALLEL += -j$(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))<br>endif<br>
<br>^ works for me.<br><br><div class="gmail_quote">On Sat, Mar 28, 2009 at 9:20 AM, Faheem Pervez <span dir="ltr"><<a href="mailto:trippin1@gmail.com">trippin1@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br><br>In the maemo-policy, the "B.3 Parallel option" currently says:<br>"TODO: When this option has been added to the Debian policy, add link here to an<br>appropriate section. For now, see the discussion in the following Debian policy bug:<br>
<a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=209008" target="_blank">http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=209008</a>"<br><br>The debian bug linked to has been marked as done as comment #252 says debian-policy_3.8.0.0 has a parallel section.<br>
<br><a href="http://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules-options" target="_blank">http://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules-options</a> has a section explaining the parallel DEB_BUILD_OPTION and an example that can be used.<br>
<br>Regards,<br><font color="#888888">Faheem<br>
</font></blockquote></div><br>