User forums > Nightly builds

The 02 February 2009 build (5432) is out.

<< < (9/9)

emptymind:
In new build don't work commands from custom makefile. Bug?

Jenna:

--- Quote from: emptymind on February 09, 2009, 04:43:15 pm ---In new build don't work commands from custom makefile. Bug?

--- End quote ---
What exactly do you try, and what does not work ?

Custom makefile using has improved a lot and output might have changed.
See this thread: http://forums.codeblocks.org/index.php/topic,9966.0.html.

You will only see the commands run by make, if you set "Compiler logging" to "full commandline", and a build is only done, if it is needed.
By default you only see messages like "Using makefile: makefile.unx" or "Nothing to be done".

emptymind:
When silent build field is empty but field make build/target = make all makefile don't run
Output (using rebuid):
-------------- Clean: Release in USB_Freq ---------------

Cleaned "USB_Freq - Release"

-------------- Build: Release in USB_Freq ---------------

Using makefile: makefile
Done.

When i type in silent build make all  rebuild feature work correctly.

Jenna:
To see the makefile commands, you have to change "Settings -> Compiler and debugger... -> Global compiler settings -> <the compiler you use> -> Other settings -> Compiler logging:" to "Full command line".

Custom makefiles now have outputs like "normal" compilation.

The build without output ("Task description") is done with the silent build command.

emptymind:
I see. Thank you for help.

Navigation

[0] Message Index

[*] Previous page

Go to full version