bug-automake
[Top][All Lists]
Advanced

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

Re: Automake and libtool


From: Ralf Wildenhues
Subject: Re: Automake and libtool
Date: Sat, 12 Jan 2008 20:10:56 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

Hello Dilyan,

* Dilyan Palauzov wrote on Sat, Jan 12, 2008 at 08:00:55PM CET:
> 
>    Libtool always creates .libs - directory, and uses it for temporary 
> files, but Automake generates makefiles, that on make clean, clean .libs 
> only if there were libraries compiled within that directory. So `make 
> clean` does not clean all directories created by libtool at compile-time.

Thank you for the bug report.  I believe I fixed that with the patches
applied to the branches master and branch-1-10 on 2007-08-16.  So in
1.10.1 that should be fixed:

|     * automake.in (handle_programs): Also clean .libs/_libs
|     directory for _PROGRAMS.
|     * tests/libtoo10.test: New test.
|     * tests/Makefile.am: Update.
|     * THANKS: Update.
|     Report by Guillermo Ontañón.

You can work-around it by something like this in your Makefile.am:

clean-local:
        -rm -rf .libs _libs

Cheers,
Ralf




reply via email to

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