[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - Makefile.in

Andras Timar (via logerrit) logerrit at kemper.freedesktop.org
Wed Nov 6 09:40:11 UTC 2019


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

New commits:
commit afa3e4b4950e51c0c597dfedf443029e4c9e79ee
Author:     Andras Timar <andras.timar at collabora.com>
AuthorDate: Wed Nov 6 10:38:14 2019 +0100
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Wed Nov 6 10:38:14 2019 +0100

    Revert "make check on linux includes now uicheck"
    
    This reverts commit 90a286ad4e2c35ac98a8100a27777bd33d71f2c7.

diff --git a/Makefile.in b/Makefile.in
index 92d47681e707..44f1e72a75b6 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -14,7 +14,7 @@ gb_Top_MODULE_CHECK_TARGETS := slowcheck unitcheck subsequentcheck perfcheck uic
 MAKECMDGOALS?=all
 build_goal:=$(if $(filter build check,$(MAKECMDGOALS)),all)\
  $(if $(filter build-nocheck uicheck,$(MAKECMDGOALS)),build)\
- $(if $(filter check,$(MAKECMDGOALS)),subsequentcheck $(if $(filter Linux, $(shell uname)), uicheck))\
+ $(if $(filter check,$(MAKECMDGOALS)),subsequentcheck)\
  $(filter all build-l10n-only build-non-l10n-only debugrun help showmodules translations $(gb_Top_MODULE_CHECK_TARGETS) check packageinfo gbuildtojson,$(MAKECMDGOALS))
 
 SRCDIR := @SRC_ROOT@


More information about the Libreoffice-commits mailing list