automake
[Top][All Lists]
Advanced

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

Re: PROBLEM FOUND: automake issue -- make distcheck failure


From: Bruce Korb
Subject: Re: PROBLEM FOUND: automake issue -- make distcheck failure
Date: Sat, 31 Mar 2012 14:20:55 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120312 Thunderbird/11.0

On 03/31/12 13:58, Bruce Korb wrote:
On 03/31/12 13:44, Bruce Korb wrote:

I didn't see it at first because of the comment that made it look like
something different from the "installcheck-am" rule. The problem
is a *partially* commented out maintainer-clean rule.

installcheck-am:

#maintainer-clean: maintainer-clean-recursive
-rm -rf ./$(DEPDIR)
-rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic

My solution:

Put the address@hidden@ @address@hidden/$(DEPDIR)/address@hidden@''
lines inside the "if AMDEP" and remove the "@AMDEP_TRUE@" prefix.
The hash character is then removed and the "rm" commands become part
of the "maintainer-clean" rule.

automake solution: either leave the rule in or remove the entire rule, please.

Thank you!  Regards, Bruce



reply via email to

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