allow to override PKGFORMAT when running make
commitca056d8680334e48343ad2c1f6c512d7fc5bab8a
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Fri, 15 Jul 2022 20:52:19 +0000 (15 22:52 +0200)
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Sat, 16 Jul 2022 10:29:17 +0000 (16 12:29 +0200)
treef6d35ddd76a357409aa344c4d416d3963bf36e38
parent80e94899d2254a345f7c73804bffe5d5e008f8ad
allow to override PKGFORMAT when running make

building installation sets takes a long time, and is a .PHONY action.
Having a way to skip that when running make is esp. useful with IDEs
that have no nice way of separating the "run/debug" action from the
build action. (XCode, looking at you and your awkward schemes…)
Use with »make build PKGFORMAT=""«

Change-Id: Iab0c03a4096fe5571a5496b52504b3393e9f3cf6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137111
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
config_host.mk.in