[Libreoffice-commits] core.git: RepositoryModule_host.mk
LuboÅ¡ LuÅák (via logerrit)
logerrit at kemper.freedesktop.org
Fri Mar 27 14:49:00 UTC 2020
RepositoryModule_host.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 4aa7dec62068bdc6ff20ffbfee40616cba758a79
Author: Luboš Luňák <l.lunak at collabora.com>
AuthorDate: Fri Mar 27 10:44:14 2020 +0100
Commit: Luboš Luňák <l.lunak at collabora.com>
CommitDate: Fri Mar 27 15:48:20 2020 +0100
remove one more usage of the all make target
I missed this one in a58e086ededb8442938e81f971dfae36ef7eb076.
Change-Id: Ifdce3fad87f07c6c5cc64043bfa76829090804b8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91198
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak at collabora.com>
diff --git a/RepositoryModule_host.mk b/RepositoryModule_host.mk
index 8c3b8c02e198..3155224ffd72 100644
--- a/RepositoryModule_host.mk
+++ b/RepositoryModule_host.mk
@@ -180,8 +180,8 @@ endef
# DO NOT SORT ALPHABETICALLY: the libraries must be listed in dependency order,
# otherwise cyclic dependencies ruin everything.
# do not serialize on a partial build as that may fail due to missing deps.
-# the default goal is all (see Module.mk)
-ifeq (,$(filter-out all build check unitcheck slowcheck screenshot subsequentcheck uicheck,$(MAKECMDGOALS)))
+# the default goal is build (see Module.mk)
+ifeq (,$(filter-out build check unitcheck slowcheck screenshot subsequentcheck uicheck,$(MAKECMDGOALS)))
$(eval $(call repositorymodule_serialize,\
scfilt \
$(call gb_Helper_optional,SCRIPTING,vbaobj) \
More information about the Libreoffice-commits
mailing list