config_host.mk.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 29a33447310983dbaeca9a9e136275bd747722af
Author:     Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
AuthorDate: Fri Jul 15 22:52:19 2022 +0200
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Sat Jul 16 13:44:33 2022 +0200

    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+libreoff...@googlemail.com>
    (cherry picked from commit cbea3fdf28888d8b9b8b31df138ee2afb783c743)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137066
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

diff --git a/config_host.mk.in b/config_host.mk.in
index 595e386bae43..386e83231e68 100644
--- a/config_host.mk.in
+++ b/config_host.mk.in
@@ -514,7 +514,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@,)

Reply via email to