sal/Executable_osl_process_child.mk |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit cb83035cd248348c0301a765dfe80c8d95859b4a
Author: Matúš Kukan <matus.ku...@gmail.com>
Date:   Tue Mar 6 10:16:07 2012 +0100

    sal: add mkdir -p

diff --git a/sal/Executable_osl_process_child.mk 
b/sal/Executable_osl_process_child.mk
index c6fa16e..3e538ff 100644
--- a/sal/Executable_osl_process_child.mk
+++ b/sal/Executable_osl_process_child.mk
@@ -49,6 +49,7 @@ endif
 $(call gb_Executable_get_target,osl_process_child): 
$(WORKDIR)/LinkTarget/Executable/$(BATCH_FILE)
 
 $(WORKDIR)/LinkTarget/Executable/$(BATCH_FILE): 
$(SRCDIR)/sal/qa/osl/process/$(BATCH_FILE)
+       mkdir -p $(dir $@) && \
        $(call gb_Deliver_deliver,$<,$@)
 
 $(call gb_Executable_get_clean_target,osl_process_child): 
_______________________________________________
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to