[Pkg-telepathy-commits] [telepathy-glib] 26/111: Use MKDIR_P instead of deprecated mkdir_p

Simon McVittie smcv at debian.org
Wed Mar 19 18:07:24 UTC 2014


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch debian
in repository telepathy-glib.

commit e4de996122b9559d03fabe2f3d3a1b51d29ffecc
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Wed Oct 2 16:47:19 2013 +0100

    Use MKDIR_P instead of deprecated mkdir_p
    
    In theory, AC_PROG_MKDIR_P only sets MKDIR_P, although for now it
    also sets the deprecated mkdir_p for compatibility with AM_PROG_MKDIR_P.
    
    Similar to MC commit 04dd9b4.
    
    Bug: https://bugs.freedesktop.org/show_bug.cgi?id=70045
    Reviewed-by: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
---
 tests/dbus/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/dbus/Makefile.am b/tests/dbus/Makefile.am
index b03c612..f79746e 100644
--- a/tests/dbus/Makefile.am
+++ b/tests/dbus/Makefile.am
@@ -352,7 +352,7 @@ _gen/svc.h: _gen/svc.c
 _gen/svc.c: with-properties.xml \
 	$(top_srcdir)/tools/glib-ginterface-gen.py \
 	Makefile.am
-	$(AM_V_at)$(mkdir_p) _gen
+	$(AM_V_at)$(MKDIR_P) _gen
 	$(AM_V_GEN)$(PYTHON) $(top_srcdir)/tools/glib-ginterface-gen.py \
 		--filename=_gen/svc \
 		--signal-marshal-prefix=NOT_NEEDED \
@@ -361,5 +361,5 @@ _gen/svc.c: with-properties.xml \
 
 _gen/errors-check.h: $(top_srcdir)/spec/errors.xml \
 	$(top_srcdir)/tools/glib-errors-check-gen.py
-	$(AM_V_at)$(mkdir_p) _gen
+	$(AM_V_at)$(MKDIR_P) _gen
 	$(AM_V_GEN)$(PYTHON) $(top_srcdir)/tools/glib-errors-check-gen.py $< > $@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-telepathy/telepathy-glib.git



More information about the Pkg-telepathy-commits mailing list