solenv/gbuild/Module.mk |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 3f04160dd2b528e9d34a22c047e5f84282f77565
Author:     Jan-Marek Glogowski <glo...@fbihome.de>
AuthorDate: Sun Jun 27 21:17:56 2021 +0000
Commit:     Jan-Marek Glogowski <glo...@fbihome.de>
CommitDate: Mon Jun 28 16:37:19 2021 +0200

    Allow headless make debugrun
    
    I have not the slightest idea, why I added this code in commit
    6cdfe5ebb4f6c06bfa8b0e67e778dd68131c14e3 ("Drop some headless mode
    variants"). This prevents running "make debugrun" headless using
    SAL_USE_VCLPLUGIN=svp. A HEADLESS variable is just referred in
    some make targets, but the environment doesn't affect them.
    So just remove that code.
    
    Change-Id: Icdf76bea6c75c7b14c3f01287ceb0fd4a11cb2d5
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118019
    Tested-by: Jenkins
    Reviewed-by: Jan-Marek Glogowski <glo...@fbihome.de>

diff --git a/solenv/gbuild/Module.mk b/solenv/gbuild/Module.mk
index 761dd539caa5..2ed303b33284 100644
--- a/solenv/gbuild/Module.mk
+++ b/solenv/gbuild/Module.mk
@@ -228,8 +228,6 @@ check : unitcheck slowcheck
        $(call gb_Output_announce_bell)
 
 debugrun :
-       export HEADLESS= && \
-       $(if $(filter svp,$(SAL_USE_VCLPLUGIN)),unset SAL_USE_VCLPLUGIN &&) \
        $(call gb_Module_DEBUGRUNCOMMAND)
 
 help :
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to