summaryrefslogtreecommitdiff
path: root/config_host.mk.in
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2022-07-15 22:52:19 +0200
committerAndras Timar <andras.timar@collabora.com>2022-07-26 07:53:45 +0200
commit2a81e0835c5b3ca9e937bacd4c379fd305855a3b (patch)
treed0f9b951bc87d955a53fdc1766d44c836ce6eb35 /config_host.mk.in
parent30ee72d9fe6e72ff0625817f29dff2b9caedfda4 (diff)
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> (cherry picked from commit ca056d8680334e48343ad2c1f6c512d7fc5bab8a) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137067 Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'config_host.mk.in')
-rw-r--r--config_host.mk.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config_host.mk.in b/config_host.mk.in
index fe0a3ef06e19..5e3337a46eef 100644
--- a/config_host.mk.in
+++ b/config_host.mk.in
@@ -498,7 +498,7 @@ export PCH_CODEGEN=@PCH_CODEGEN@
export PCH_DEBUGINFO=@PCH_DEBUGINFO@
export PCH_NO_CODEGEN=@PCH_NO_CODEGEN@
export PERL=@PERL@
-export PKGFORMAT=@PKGFORMAT@
+export PKGFORMAT?=@PKGFORMAT@
export PKGMK=@PKGMK@
export PKG_CONFIG=@PKG_CONFIG@
ifneq (@PKG_CONFIG_PATH@,)