On 2014-08-12
Nick Bowler <nbow...@elliptictech.com> wrote:
> 
> Yes, but I think you have clean/distclean backwards.  There are four
> clean targets:
> 
>   mostlyclean
>   clean
>   distclean
>   maintainer-clean
> 
> Each target in the list performs all the actions of the targets
> above it in addition to its own actions.  So if you add something
> to DISTCLEANFILES, it will be removed by both distclean and
> maintainer-clean, but not removed by mostlyclean or clean.
> As you have observed, this does not appear to be explicitly
> documented in the manual.
> 
> So typically, a generated file would be added to exactly one of the
> *CLEANFILES variables.
> 

Thank you! :-)

-- fr33

Attachment: signature.asc
Description: PGP signature

Reply via email to