Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Custom Make Targets

Hmmm, worked on Windows :(...

The other option is to create a shell script that you can invoke as the make
command.

Doug Schaefer, QNX Software Systems
Eclipse CDT Project Lead, http://cdtdoug.blogspot.com
 

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On
> Behalf Of James Hawkins
> Sent: Monday, January 09, 2006 2:09 PM
> To: CDT General developers list.
> Subject: Re: [cdt-dev] Custom Make Targets
> 
> On 1/9/06, Doug Schaefer <DSchaefer@xxxxxxx> wrote:
> > The make command is exec'ed using the string passed in. You might try
> > setting your make command to:
> >
> >    sh -c "make depend && make && sudo make install"
> >
> 
> Thanks for the tip Doug.  I set the Build Command to what you
> suggested and got the following when I tried to build the target:
> 
> sh -c "make depend && make && sudo make install"
> sh: make depend && make && sudo make install: command not found
> 
> hmm no luck yet.
> 
> --
> James Hawkins
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top