summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2013-03-30 13:10:49 -0400
committerPeter Foley <pefoley2@verizon.net>2013-03-30 13:11:06 -0400
commit3fe98a7513370834e1cb0b8d7bdaf46a2ab20984 (patch)
tree2192d59500e73b681bb4e912b58c6458e3d6d86e /solenv
parent4f811c04744557c2254ab7311b148e9b08f7c573 (diff)
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
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/Pagein.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/gbuild/Pagein.mk b/solenv/gbuild/Pagein.mk
index 0f5bf57a54ee..eff10bc199c8 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