183f5e38ee
this further frees the environment for Windows builders, to reduce the risk of running into "environment is too large for exec" errors when attempting to use xargs in a recipe. Change-Id: I7e0b97163372018edb12329f24bb1dfafeefc526 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144235 Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
9 lines
302 B
Makefile
9 lines
302 B
Makefile
# language-related config variables for LibreOffice
|
|
# this file is intended to be able to be included in a Makefile
|
|
# and not to be sourced in a shell session
|
|
#
|
|
|
|
ALL_LANGS=@ALL_LANGS@
|
|
WITH_LANG=@WITH_LANG@
|
|
WITH_LANG_LIST=@WITH_LANG_LIST@
|
|
WITH_POOR_HELP_LOCALIZATIONS=@WITH_POOR_HELP_LOCALIZATIONS@
|