Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
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


Back to the top