Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

custom Makefile and build->clean doesn't work

<< < (2/2)

killerbot:
@Jens :

don't do pre-build commands during a clean. Agreed. :-)
But I would say don't do post build commands during a clean ??
And have this behavior also when it's the regular CB build system (so not makefiles).

I bumped into such an issue when cleaning my unit test project/target. It's post build is to run the unit test (pretty simple : $exe_output. But in a clean it then complains that the exe can not be found ;-)

Jenna:

--- Quote from: killerbot on February 18, 2009, 03:46:40 pm ---@Jens :

don't do pre-build commands during a clean. Agreed. :-)
But I would say don't do post build commands during a clean ??
And have this behavior also when it's the regular CB build system (so not makefiles).

I bumped into such an issue when cleaning my unit test project/target. It's post build is to run the unit test (pretty simple : $exe_output. But in a clean it then complains that the exe can not be found ;-)

--- End quote ---

I stumbled over this issue also some weeks ago, but I forgot it  :oops: .
I think it slipped in, because the changes are a mix of a patch from a user and my changes, but I don't use C::B for real programming at the moment (only as editor for html and asp-scripts).

I will fix it and commit a change (most likely this evening).

Jenna:
Since revision 5458 pre- and postbuild-steps (per project and per target) are not used if we only clean the project.

Navigation

[0] Message Index

[*] Previous page

Go to full version