1 Upstream-Status: Pending
3 automake 1.12 has deprecated use of mkdir_p, and it recommends
4 use of MKDIR_P instead. Changed the code to avoid these kind
7 | make[1]: _generated/: Command not found
8 | make[1]: *** [_generated/__init__.py] Error 127
9 | make[1]: Leaving directory `/srv/home/nitin/builds2/build0/tmp/work/i586-poky-linux/telepathy-python-0.15.19-r4/telepathy-python-0.15.19/src'
10 | make: *** [all-recursive] Error 1
12 Signed-Off-By: Nitin A Kamble <nitin.a.kamble@intel.com>
14 Index: telepathy-python-0.15.19/src/Makefile.am
15 ===================================================================
16 --- telepathy-python-0.15.19.orig/src/Makefile.am
17 +++ telepathy-python-0.15.19/src/Makefile.am
18 @@ -55,7 +55,7 @@ _generated/errors.py: _generated/__init_
21 _generated/__init__.py:
22 - $(AM_V_GEN)$(mkdir_p) $(dir $@)
23 + $(AM_V_GEN)$(MKDIR_P) $(dir $@)
24 @echo "# Placeholder for package" > $@
26 _generated/%.py: _generated/__init__.py $(tools_dir)/spec-to-python.xsl $(spec_dir)/%.xml