automake-ng
[Top][All Lists]
Advanced

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

Re: [Automake-NG] [PATCH 13/14] [ng] cleanup: remove 'libtool.am'


From: Akim Demaille
Subject: Re: [Automake-NG] [PATCH 13/14] [ng] cleanup: remove 'libtool.am'
Date: Thu, 21 Jun 2012 15:09:20 +0200

Le 21 juin 2012 à 12:32, Stefano Lattarini a écrit :

> +  foreach my $dir (%libtool_clean_directories)
> +    {
> +      # '.libs' is for Unix, '_libs' for DOS.
> +      $clean_dirs{"$dir/.libs"} = CLEAN;
> +      $clean_dirs{"$dir/_libs"} = CLEAN;

[._]libs?

> +    }
> +
> +  if ($relative_dir eq '.')
> +    {
> +      $clean_dirs{"libtool"} = DIST_CLEAN;
> +      $clean_dirs{"config.lt"} = DIST_CLEAN;
> +    }
> }
> 
> # handle_programs ()

Good.




reply via email to

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