[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - Makefile.in
Bjoern Michaelsen
bjoern.michaelsen at canonical.com
Mon Dec 16 09:55:00 PST 2013
Makefile.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 8a459f969d20ba3f77db58493c45819429996e67
Author: Bjoern Michaelsen <bjoern.michaelsen at canonical.com>
Date: Thu Nov 21 12:35:34 2013 +0100
l10n and non-l10n targets missing dep on build
Change-Id: Ia6d09a1625819593291649369a7533bbd2ee8227
Reviewed-on: https://gerrit.libreoffice.org/6981
Reviewed-by: Björn Michaelsen <bjoern.michaelsen at canonical.com>
Tested-by: Björn Michaelsen <bjoern.michaelsen at canonical.com>
diff --git a/Makefile.in b/Makefile.in
index 6918e22..8c64940 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -225,7 +225,7 @@ ifeq ($(OS),IOS)
$(GNUMAKE) -j $(PARALLELISM) $(GMAKE_OPTIONS) ios
endif
-build-nocheck check debugrun help slowcheck translations unitcheck subsequentcheck : build
+build-non-l10n-only build-l10n-only build-nocheck check debugrun help slowcheck translations unitcheck subsequentcheck : build
cross-toolset: bootstrap fetch
$(GNUMAKE) gb_Side=build -j $(PARALLELISM) $(GMAKE_OPTIONS) -f $(SRCDIR)/Makefile.gbuild build-tools
More information about the Libreoffice-commits
mailing list