|
From: | Peter Johansson |
Subject: | Re: files left in build directory after distclean |
Date: | Thu, 24 May 2012 09:13:22 +1000 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:10.0.4) Gecko/20120422 Thunderbird/10.0.4 |
On 05/24/2012 02:59 AM, Adam Mercer wrote:
Hmm, distcheck is still complaining. I've attached a tarball containing a striped down version of my project which illustrates the problem. Can anyone see what I'm doing wrong?
Hi Adam, 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).
Cheers, Peter
[Prev in Thread] | Current Thread | [Next in Thread] |