[buildd-tools-devel] [PATCH 1/5] [Makefile.am] Use mkinstalldirs insead of MKDIR_P

Roger Leigh rleigh at codelibre.net
Sun Sep 20 16:21:40 UTC 2009


On Thu, Sep 17, 2009 at 05:20:58PM +0200, Jan-Marek Glogowski wrote:
> --- a/bin/Makefile.am
> +++ b/bin/Makefile.am
> @@ -66,19 +66,19 @@ EXTRA_DIST =			\
>  
>  install-exec-hook:
>  # Additional directories
> -	$(MKDIR_P) "$(DESTDIR)$(sbuildlibexecdir)"
[...]
> +	$(mkinstalldirs) "$(DESTDIR)$(sbuildlibexecdir)"
[...]

MKDIR_P replaces mkinstalldirs, which has been deprecated by automake
upstream.  I do generally like to keep up-to-date with upstream
changes, hence the switch to MKDIR_P.  Is there any reason to revert
these changes, for example are you having problems with older
automake versions?


Regards,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux             http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?       http://gutenprint.sourceforge.net/
   `-    GPG Public Key: 0x25BFB848   Please GPG sign your mail.



More information about the Buildd-tools-devel mailing list