summaryrefslogtreecommitdiff
path: root/Repository.mk
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2021-12-06 17:41:30 +0000
committerJan-Marek Glogowski <glogow@fbihome.de>2021-12-15 21:19:49 +0100
commit8a008416c7c72321964c219f9979c4730e6e1a63 (patch)
treee6271caea6e9693778d8e98701b0cae99c573b5a /Repository.mk
parentd023a95526b8277775927c6ef3bf39925c77f76b (diff)
lockfile: use a single build condition
... and introduce solenv/gbuild/Conditions.mk The Conditions.mk is included just after the Helpers.mk, which should make its content available basically everywhere. Change-Id: Ie4498e12b3d0f676ed0c9abf4b3bb4899d6a1c03 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126787 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
Diffstat (limited to 'Repository.mk')
-rw-r--r--Repository.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Repository.mk b/Repository.mk
index ae2804c6ebcc..91e8780a01ba 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -44,7 +44,7 @@ $(eval $(call gb_Helper_register_executables,NONE, \
$(if $(filter iOS,$(OS)),LibreOffice) \
lngconvex \
localize \
- $(if $(filter-out ANDROID MACOSX iOS WNT,$(OS)),lockfile) \
+ $(call gb_CondBuildLockfile,lockfile) \
makedepend \
mbsdiff \
osl_process_child \