diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2024-05-27 12:16:06 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2024-05-28 14:10:29 +0200 |
commit | 9b072ee21a31127b008323749fe343f406da0fe4 (patch) | |
tree | c2294a6af40e704e69681ca4e32e8c6a0b74b3ff /smoketest | |
parent | 9ec0fa7ec3a62586f95e38f070b0d95e85fce6c3 (diff) |
odk: don't run compiler -dumpversion for eaach include of settings.mk
VAR=$(shell … ) will run the shell command each time the line is parsed,
i.e. for each include of the settings.mk from the examples. Use
simple/one-time expansion using := avoids that.
Change-Id: I46e6c486fbbe03bba37436d4ca98ddd0b6562ad3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168091
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'smoketest')
0 files changed, 0 insertions, 0 deletions