Re: BUILT_SOURCES automagically made MAINTAINERCLEANFILES

2007-04-02 Thread Ralf Wildenhues
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

BUILT_SOURCES automagically made MAINTAINERCLEANFILES

2007-03-30 Thread Benoit Sigoure
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