[Libreoffice-commits] .: officecfg/registry

Stephan Bergmann sbergmann at kemper.freedesktop.org
Wed Dec 14 01:56:23 PST 2011


 officecfg/registry/Makefile |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 95baab4be90abe55b494e130a0304914fa41b676
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Dec 14 10:53:41 2011 +0100

    Create workdir sub-dirs before writing to them.

diff --git a/officecfg/registry/Makefile b/officecfg/registry/Makefile
index 3f748f0..e44fbd4 100644
--- a/officecfg/registry/Makefile
+++ b/officecfg/registry/Makefile
@@ -39,6 +39,7 @@ define my_target
 $(if $(1),$(1)/$(if $(2),$(2)/))%.hxx: \
             $(WFDIR)/schema/org/openoffice/$(if $(1),$(1)/$(if $(2),$(2)/))%.xcs \
             $(WFDIR)/cppheader.xsl
+	$$(call gb_Helper_abbreviate_dirs_native,mkdir -p $$(dir $$@))
 	$$(call gb_Helper_abbreviate_dirs_native, \
             $$(gb_XSLTPROC) --nonet --stringparam ns1 \
             $(if $(1), \


More information about the Libreoffice-commits mailing list