summaryrefslogtreecommitdiff
path: root/solenv/gbuild/extensions
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2023-11-02 19:52:31 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2023-11-03 06:03:16 +0100
commit8aec57f54b3c6686868a44855c0a0bff339f4835 (patch)
treeaea4e0df7a752b7bfc695689830eaa311bc543de /solenv/gbuild/extensions
parenta09b59cdbde2ab92bbbb6737337b74a7a62b17f1 (diff)
gbuildtojson: announce every target
vs-ide-integration takes tens of minutes on my system; and most of the time, it didn't output anything to the terminal. Every target handled by gbuildtojson takes ~2 s; with more than 870 targets, it makes sense to show the progress to avoid making an impression of a hang. The "GBJ" abbreviation (for "gbuildtojson") was not used in the output before. Change-Id: I71ab3ae59d1034f47140aad0dab6ed170140acb3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158846 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'solenv/gbuild/extensions')
-rw-r--r--solenv/gbuild/extensions/post_GbuildToJson.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/gbuild/extensions/post_GbuildToJson.mk b/solenv/gbuild/extensions/post_GbuildToJson.mk
index 2656c1966d0b..080a12837ab7 100644
--- a/solenv/gbuild/extensions/post_GbuildToJson.mk
+++ b/solenv/gbuild/extensions/post_GbuildToJson.mk
@@ -40,6 +40,7 @@ $(gb_GbuildToJson_PHONY):
define gb_LinkTarget__command
+$(call gb_Output_announce,$(2),$(true),GBJ,1)
mkdir -p $(WORKDIR)/GbuildToJson/$(dir $(2))
mkdir -p $(WORKDIR)/LinkTarget/$(dir $(2))
$(if $(GBUILDTOJSON_LD_LIBRARY_PATH),LD_LIBRARY_PATH=$(GBUILDTOJSON_LD_LIBRARY_PATH)) \