[PATCH] move files.mk to officecfg directory

David Ostrovsky (via Code Review) gerrit at gerrit.libreoffice.org
Mon Mar 18 14:35:46 PDT 2013


Hi,

I have submitted a patch for review:

    https://gerrit.libreoffice.org/2823

To pull it, you can do:

    git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/23/2823/1

move files.mk to officecfg directory

Change-Id: Ia2b793491e4d378ac012debf0beaf6c40d0ee1e1
---
M officecfg/CustomTarget_registry.mk
M officecfg/Module_officecfg.mk
R officecfg/files.mk
3 files changed, 2 insertions(+), 2 deletions(-)



diff --git a/officecfg/CustomTarget_registry.mk b/officecfg/CustomTarget_registry.mk
index 565fa84..42cd9ff 100644
--- a/officecfg/CustomTarget_registry.mk
+++ b/officecfg/CustomTarget_registry.mk
@@ -34,7 +34,7 @@
 
 # auto generated header file for unit test qa/cppheader.cxx
 $(call gb_CustomTarget_get_workdir,officecfg/registry)/officecfg_qa_allheaders.hxx: \
-		$(SRCDIR)/officecfg/registry/files.mk
+		$(SRCDIR)/officecfg/files.mk
 	$(call gb_Output_announce,officecfg_qa_allheaders.hxx,$(true),CAT,1)
 	mkdir -p $(dir $@) && \
 	rm -f $@ \
diff --git a/officecfg/Module_officecfg.mk b/officecfg/Module_officecfg.mk
index ef46599..6e526e9 100644
--- a/officecfg/Module_officecfg.mk
+++ b/officecfg/Module_officecfg.mk
@@ -18,7 +18,7 @@
 
 $(eval $(call gb_Module_Module,officecfg))
 
-include $(SRCDIR)/officecfg/registry/files.mk
+include $(SRCDIR)/officecfg/files.mk
 
 $(eval $(call gb_Module_add_targets,officecfg,\
     CustomTarget_registry \
diff --git a/officecfg/registry/files.mk b/officecfg/files.mk
similarity index 100%
rename from officecfg/registry/files.mk
rename to officecfg/files.mk

-- 
To view, visit https://gerrit.libreoffice.org/2823
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia2b793491e4d378ac012debf0beaf6c40d0ee1e1
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: David Ostrovsky <David.Ostrovsky at gmx.de>



More information about the LibreOffice mailing list