Kaydet (Commit) 7fd93c32 authored tarafından David Tardon's avatar David Tardon

gbuild: silence building of galleries

Change-Id: I17e6a3923f3ee6cec22760f8c9f9410bbe742a7f
üst 91b27bc3
...@@ -58,15 +58,19 @@ define gb_Gallery__command ...@@ -58,15 +58,19 @@ define gb_Gallery__command
$(call gb_Output_announce,$(2),$(true),GAL,1) $(call gb_Output_announce,$(2),$(true),GAL,1)
$(call gb_Helper_abbreviate_dirs,\ $(call gb_Helper_abbreviate_dirs,\
rm -f $(call gb_Gallery_get_workdir,$(2))/* && \ rm -f $(call gb_Gallery_get_workdir,$(2))/* && \
SAL_USE_VCLPLUGIN=svp \ $(call gb_Helper_print_on_error,\
$(call gb_Executable_get_command,$(gb_GENGAL),$(ICECREAM_RUN)) \ SAL_USE_VCLPLUGIN=svp \
$(call gb_Gallery__make_env_args) \ $(call gb_Executable_get_command,$(gb_GENGAL),$(ICECREAM_RUN)) \
--build-tree \ $(call gb_Gallery__make_env_args) \
--destdir $(GALLERY_BASEDIR) \ --build-tree \
--name "$(GALLERY_NAME)" \ --destdir $(GALLERY_BASEDIR) \
--path $(call gb_Gallery_get_workdir,$(2))) \ --name "$(GALLERY_NAME)" \
$(GALLERY_FILES) && \ --path $(call gb_Gallery_get_workdir,$(2)) \
touch $@ $(GALLERY_FILES),\
$@.log \
) && \
touch $@ \
)
endef endef
gb_Gallery__get_final_target = $(WORKDIR)/Gallery/$(1).final gb_Gallery__get_final_target = $(WORKDIR)/Gallery/$(1).final
...@@ -92,6 +96,7 @@ $(call gb_Gallery_get_clean_target,%) : ...@@ -92,6 +96,7 @@ $(call gb_Gallery_get_clean_target,%) :
rm -rf \ rm -rf \
$(call gb_Gallery__get_final_target,$*) \ $(call gb_Gallery__get_final_target,$*) \
$(call gb_Gallery_get_target,$*) \ $(call gb_Gallery_get_target,$*) \
$(call gb_Gallery_get_target,$*).log \
$(call gb_Gallery_get_workdir,$*) \ $(call gb_Gallery_get_workdir,$*) \
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment