[Libreoffice-commits] core.git: solenv/gbuild

Bjoern Michaelsen bjoern.michaelsen at canonical.com
Thu Nov 21 08:36:09 PST 2013


 solenv/gbuild/Module.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 97472e4f464dff82d7bac7869a694ba79e3c9504
Author: Bjoern Michaelsen <bjoern.michaelsen at canonical.com>
Date:   Thu Nov 21 13:10:29 2013 +0100

    use BIN (binaries) consistent for non-l10n stuff
    
    Change-Id: I0434810c13e4e30d5aa36684ed0ed3974fb7e1cf
    Reviewed-on: https://gerrit.libreoffice.org/6753
    Reviewed-by: Björn Michaelsen <bjoern.michaelsen at canonical.com>
    Tested-by: Björn Michaelsen <bjoern.michaelsen at canonical.com>

diff --git a/solenv/gbuild/Module.mk b/solenv/gbuild/Module.mk
index dd35658..a5822ae 100644
--- a/solenv/gbuild/Module.mk
+++ b/solenv/gbuild/Module.mk
@@ -125,7 +125,7 @@ build-l10n-only :
 	$(call gb_Output_announce_bell)
 
 build-non-l10n-only :
-	$(call gb_Output_announce,top level modules: $(foreach module,$(filter-out deliverlog $(WORKDIR)/bootstrap,$^),$(notdir $(module))),$(true),NLC,6)
+	$(call gb_Output_announce,top level modules: $(foreach module,$(filter-out deliverlog $(WORKDIR)/bootstrap,$^),$(notdir $(module))),$(true),BIN,6)
 	$(call gb_Output_announce,loaded modules: $(sort $(gb_Module_ALLMODULES)),$(true),BIN,6)
 	$(call gb_Output_announce_title,non-l10n done.)
 	$(call gb_Output_announce_bell)


More information about the Libreoffice-commits mailing list