All of lore.kernel.org
 help / color / mirror / Atom feed
* why do numerous .bb files set "PARALLEL_MAKE"?
@ 2011-11-04 15:57 Robert P. J. Day
  2011-11-04 16:03 ` Joshua Lock
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Robert P. J. Day @ 2011-11-04 15:57 UTC (permalink / raw)
  To: Yocto discussion list


  stumbled over this so i did a more thorough search:

$ grep -w PARALLEL_MAKE $(find . -name *.bb)
./meta/recipes-qt/qt-apps/qmmp_0.5.1.bb:PARALLEL_MAKE = ""
./meta/recipes-core/eggdbus/eggdbus_0.6.bb:PARALLEL_MAKE = ""
./meta/recipes-core/gettext/gettext_0.16.1.bb:PARALLEL_MAKE = ""
./meta/recipes-core/gettext/gettext_0.18.1.1.bb:#PARALLEL_MAKE = ""
./meta/recipes-bsp/pciutils/pciutils_3.1.7.bb:PARALLEL_MAKE = ""
./meta/recipes-extended/sat-solver/sat-solver_git.bb:PARALLEL_MAKE=""
./meta/recipes-extended/bash/bash_3.2.48.bb:PARALLEL_MAKE = ""
./meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:PARALLEL_MAKE = ""
./meta/recipes-extended/groff/groff_1.20.1.bb:PARALLEL_MAKE = ""
... more snipped ...

  why are individual recipes setting PARALLEL_MAKE to the empty
string?  it's a *build* option, why would it have any relevance to
individual .bb files?

  conversely, i don't see a single .bb file that sets
BB_NUMBER_THREADS.  the above just looks ... odd.

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-11-07 10:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-04 15:57 why do numerous .bb files set "PARALLEL_MAKE"? Robert P. J. Day
2011-11-04 16:03 ` Joshua Lock
2011-11-04 16:06   ` Robert P. J. Day
2011-11-04 16:10   ` Chris Larson
2011-11-04 16:05 ` Gary Thomas
2011-11-04 16:07 ` Martin Jansa
2011-11-04 16:12   ` Robert P. J. Day
2011-11-07 10:22   ` Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.