On Tue, 12 Jul 2005, Graham Leggett <[EMAIL PROTECTED]> wrote:

> While building C/C++ projects using "make" within gump, is there an
> option to add parameters to the make command?
> 
> We would like to add the -j flag to do parallel builds on a large
> machine, but there doesn't seem to be an obvious way to do this.

See <http://gump.apache.org/metadata/builder.html#property%2Farg>

<make ...>
  <arg name="-j"/>
</make>

should work.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to