[Libreoffice-commits] core.git: Makefile.in

Markus Mohrhard markus.mohrhard at googlemail.com
Tue Jun 6 21:11:47 UTC 2017


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

New commits:
commit 90a286ad4e2c35ac98a8100a27777bd33d71f2c7
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Tue Jun 6 18:11:47 2017 +0200

    make check on linux includes now uicheck
    
    Change-Id: I4760fc80ca2ca4a2496cb1a8bf3c3d1348ee0e77
    Reviewed-on: https://gerrit.libreoffice.org/38461
    Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
    Tested-by: Markus Mohrhard <markus.mohrhard at googlemail.com>

diff --git a/Makefile.in b/Makefile.in
index 8a4f9710c24a..b917769683b4 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 check,$(MAKECMDGOALS)),subsequentcheck $(if $(filter Linux, $(shell uname)), uicheck))\
  $(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