bug-automake
[Top][All Lists]
Advanced

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

Re: Automake 1.10 fails to cleanup .libs directory for a program in a su


From: Ralf Wildenhues
Subject: Re: Automake 1.10 fails to cleanup .libs directory for a program in a subdirectory
Date: Tue, 14 Aug 2007 00:40:59 +0200
User-agent: Mutt/1.5.13 (2006-08-11)

Hello Karsten, Guillermo,

* Karsten Hopp wrote on Mon, Aug 13, 2007 at 02:43:58PM CEST:
> The problem described in 
> http://lists.gnu.org/archive/html/bug-automake/2007-06/msg00000.html still 
> exists in automake -1.10.
> http://people.redhat.com/sgrubb/audit/audit-1.5.6.tar.gz is the package 
> where one .libs subdir doesn't get removed with 'make distclean'
> As there haven't been any answers to that mail, I'm not sure if this is a 
> user error or a bug in automake.

Apologies for not answering earlier.  It's an Automake bug.  For now
it's easiest to work around it with adding something like
  # Work around an Automake bug:
  clean-local:
        rm -rf bar/.libs bar/_libs

in Makefile.am.  Automake should be fixed though.

Hope that helps.

Cheers,
Ralf




reply via email to

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