Author Topic: custom makefile command options not working?  (Read 4206 times)

Offline BrianSidebotham

  • Multiple posting newcomer
  • *
  • Posts: 45
custom makefile command options not working?
« 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?

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: custom makefile command options not working?
« Reply #1 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.
Be patient!
This bug will be fixed soon...

Offline BrianSidebotham

  • Multiple posting newcomer
  • *
  • Posts: 45
Re: custom makefile command options not working?
« Reply #2 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.