News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

custom makefile command options not working?

Started by BrianSidebotham, September 05, 2006, 12:14:06 PM

Previous topic - Next topic

BrianSidebotham

Hello,

I am trying to use a custom makefile with my project, as its an embedded project. However, if I click on "Use a custom makefile" under Project | Properties dialog, and fill in the "Make" commands under the Project Build Options dialog, the make commands seem to be ignored and the target is always issued as cleandefault or default, depending on the operation, even though I have put "$make -f $makefile all" and "$make -f $makefile clean" in the make commands section.

Am I missing something, or this a bug?

mandrav

QuoteAm I missing something, or this a bug?

Could be a bug, because I don't have any makefile-based project to test the latest changes in the build system.
Be patient!
This bug will be fixed soon...

BrianSidebotham

If there's any more information I could provide that would be useful to you, just let me know. I'm sure it's setup okay.

I have re-configured my makefile for now.

Best Regards,

Brian.