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

Luboš Luňák (via logerrit) logerrit at kemper.freedesktop.org
Mon May 18 11:13:57 UTC 2020


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

New commits:
commit bc8cefd025d89e7f981f07814a16030f92413a8b
Author:     Luboš Luňák <l.lunak at collabora.com>
AuthorDate: Fri Mar 20 12:59:26 2020 +0100
Commit:     Luboš Luňák <l.lunak at collabora.com>
CommitDate: Mon May 18 13:13:24 2020 +0200

    Revert "make: map slowcheck to gbuild's build and slowcheck"
    
    This does not actually ensure everything is built before tests
    are run, so this doesn't fix the test failures it was intended to fix.
    
    This reverts commit 4054a30e2b2fa254dfb20718ce757ceb2f638fd5.
    
    Change-Id: Ie0fb9f98f90aeb6fc3ecf373efe9dadb6e2a5c39
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92589
    Tested-by: Jenkins
    Reviewed-by: Luboš Luňák <l.lunak at collabora.com>

diff --git a/Makefile.in b/Makefile.in
index 7107d7a2ec6c..6af416b8a2f9 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -12,7 +12,7 @@ gb_Top_MODULE_CHECK_TARGETS := slowcheck unitcheck subsequentcheck perfcheck uic
 .PHONY : check-if-root bootstrap gbuild build build-non-l10n-only build-l10n-only check clean clean-build clean-host test-install distclean distro-pack-install docs download etags fetch get-submodules id install install-gdb-printers install-strip tags debugrun help showmodules translations packageinfo internal.clean $(gb_Top_MODULE_CHECK_TARGETS)
 
 MAKECMDGOALS?=build
-build_goal:=$(if $(filter build build-nocheck slowcheck uicheck,$(MAKECMDGOALS)),build)\
+build_goal:=$(if $(filter build build-nocheck uicheck,$(MAKECMDGOALS)),build)\
  $(if $(filter check,$(MAKECMDGOALS)),unitcheck slowcheck subsequentcheck $(if $(filter Linux, $(shell uname)), uicheck))\
  $(filter build-l10n-only build-non-l10n-only debugrun help showmodules translations $(gb_Top_MODULE_CHECK_TARGETS) check packageinfo gbuildtojson,$(MAKECMDGOALS))
 


More information about the Libreoffice-commits mailing list