automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: files left in build directory after distclean


From: Adam Mercer
Subject: Re: files left in build directory after distclean
Date: Tue, 22 May 2012 17:25:35 -0500

On Tue, May 22, 2012 at 12:06 PM, Nick Bowler <address@hidden> wrote:

> Probably all you need to do is add these generated files to CLEANFILES,
> e.g.,
>
>  CLEANFILES = git_version.py git_version.sed
>
> so that "make clean" deletes them.

Actually thinking about this in more detail, git_version.py should not
be deleted by "make clean", or "make distclean", but by "make
maintainer-clean" as it needs to be in the distribution. Adding this
to MAINTAINERCLEANFILES results in the same error.

How can I tell distcheck that this file should remain in the tree
after a distclean?

Cheers

Adam



reply via email to

[Prev in Thread] Current Thread [Next in Thread]