[Libreoffice-commits] core.git: solenv/gbuild
Peter Foley
pefoley2 at verizon.net
Sat Mar 30 10:10:57 PDT 2013
solenv/gbuild/Pagein.mk | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 3fe98a7513370834e1cb0b8d7bdaf46a2ab20984
Author: Peter Foley <pefoley2 at verizon.net>
Date: Sat Mar 30 13:10:49 2013 -0400
Create empty pagein file if everything is in Library_merged
If all the libraries in a pagein file are already covered
by the libmerged in Pagein_common, create a empty file
to avoid a build error.
Change-Id: I05adcca6262ec9b6af33e3d2b9d26f4886640a43
diff --git a/solenv/gbuild/Pagein.mk b/solenv/gbuild/Pagein.mk
index 0f5bf57..eff10bc 100644
--- a/solenv/gbuild/Pagein.mk
+++ b/solenv/gbuild/Pagein.mk
@@ -40,6 +40,7 @@ define gb_Pagein__command
$(call gb_Output_announce,$(2),$(true),PAG,5)
$(call gb_Helper_abbreviate_dirs,\
mkdir -p $(dir $(1)) && rm -f $(1) \
+ touch $(1) \
$(foreach object,$(OBJECTS),&& echo $(call gb_Pagein__make_path,$(object)) >> $(1)))
endef
More information about the Libreoffice-commits
mailing list