Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: BrianSidebotham on September 05, 2006, 12:14:06 pm

Title: custom makefile command options not working?
Post by: BrianSidebotham on September 05, 2006, 12:14:06 pm
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?
Title: Re: custom makefile command options not working?
Post by: mandrav on September 05, 2006, 12:23:18 pm
Quote
Am 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.
Title: Re: custom makefile command options not working?
Post by: BrianSidebotham on September 05, 2006, 03:20:43 pm
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.