Hello Benoit,
* Benoit Sigoure wrote on Fri, Mar 30, 2007 at 10:30:43PM CEST:
>
> I've searched in the manual but the following behavior is not documented:
[...]
> # Built sources are automatically removed by maintainer-clean.
> $clean_files{'$(BUILT_SOURCES)'} = MAINTAINER_CLEAN
> if var
Hello
I've searched in the manual but the following behavior is not documented:
# handle_clean ($MAKEFILE)
#
# Handle all 'clean' targets.
sub handle_clean ($)
{
...
# Built sources are automatically removed by maintainer-clean.
$clean_files{'$(BUILT_SOURCES)'} = MAIN