[Top][All Lists]
[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, 29 May 2012 11:09:32 -0500 |
On Wed, May 23, 2012 at 6:13 PM, Peter Johansson <address@hidden> wrote:
> For me distcheck complains about no sed file which is because you call it
> 'sed -f git_version.sed' while it should be 'sed -f
> $(srcdir)/git_version.sed' as the sed script is distributed (in srcdir).
But the script copies git_version.sed to $(builddir), and updates it
if appropriate, so I want to use the version in $(builddir). Forcing
the use of the version in $(srcdir) could lead to incorrect version
information.
Cheers
Adam