telepathy-haze: Use MKDIR_P, not deprecated mkdir_p

Simon McVittie smcv at kemper.freedesktop.org
Wed Oct 9 10:42:23 PDT 2013


Module: telepathy-haze
Branch: master
Commit: 322a01893db6a4379ee558362245fcedb4342df5
URL:    http://cgit.freedesktop.org/telepathy/telepathy-haze/commit/?id=322a01893db6a4379ee558362245fcedb4342df5

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Wed Oct  2 19:05:06 2013 +0100

Use MKDIR_P, not deprecated 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>

---

 extensions/Makefile.am |    2 +-
 tools/lcov.am          |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/extensions/Makefile.am b/extensions/Makefile.am
index 239c599..ef94a8a 100644
--- a/extensions/Makefile.am
+++ b/extensions/Makefile.am
@@ -38,7 +38,7 @@ DROP_NAMESPACE = sed -e 's at xmlns:tp="http://telepathy\.freedesktop\.org/wiki/Dbu
 XSLTPROCFLAGS = --nonet --novalid
 
 _gen/all.xml: all.xml $(wildcard *.xml) Makefile.am
-	@$(mkdir_p) _gen
+	@$(MKDIR_P) _gen
 	$(AM_V_GEN)$(XSLTPROC) $(XSLTPROCFLAGS) --xinclude $(tools_dir)/identity.xsl \
 		$< > $@
 
diff --git a/tools/lcov.am b/tools/lcov.am
index 7384f1b..d5bf2d4 100644
--- a/tools/lcov.am
+++ b/tools/lcov.am
@@ -7,7 +7,7 @@ lcov-report:
 	lcov --directory @top_srcdir@ --output-file @top_builddir@/lcov.info \
 		--remove @top_builddir@/lcov.info.tmp telepathy-glib-scan.c
 	rm @top_builddir@/lcov.info.tmp
-	$(mkdir_p) @top_builddir@/lcov.html
+	$(MKDIR_P) @top_builddir@/lcov.html
 	git_commit=`GIT_DIR=@top_srcdir@/.git git log -1 --pretty=format:%h 2>/dev/null`;\
 	genhtml --title "@PACKAGE_STRING@ $$git_commit" \
 		--output-directory @top_builddir@/lcov.html lcov.info



More information about the telepathy-commits mailing list