Changing the parameters for "make" - possible?

2005-07-12 Thread Graham Leggett
Hi all,

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.

Regards,
Graham
--


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



Re: Changing the parameters for "make" - possible?

2005-07-12 Thread Leo Simons
Graham Leggett wrote:
> Hi all,

Hi Graham!

> While building C/C++ projects using "make" within gump, is there an option
> to add parameters to the make command?

I don't think so (if there was it'd be an  like for 
elements). You *can* use a  to invoke make though in a custom
fashion.

Gump3 will have  for .

> 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.

cheers,

Leo

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



Re: Changing the parameters for "make" - possible?

2005-07-12 Thread Stefan Bodewig
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 


  


should work.

Stefan

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