android/source/Makefile |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit ab27953d9ef2076e0acd43ed4ba6652732794777
Author: Miklos Vajna <[email protected]>
Date:   Thu Jun 22 19:18:17 2017 +0200

    android: show when native-code.py is invoked even for non-verbose builds
    
    Change-Id: I176d140bf5efc090c89cbd3a3699a764abf7107a
    Reviewed-on: https://gerrit.libreoffice.org/39121
    Reviewed-by: Miklos Vajna <[email protected]>
    Tested-by: Jenkins <[email protected]>

diff --git a/android/source/Makefile b/android/source/Makefile
index 6f2f96803f37..9a84def6fe7b 100644
--- a/android/source/Makefile
+++ b/android/source/Makefile
@@ -12,6 +12,7 @@ BOOTSTRAPDIR=../Bootstrap
 include $(BOOTSTRAPDIR)/Makefile.shared
 
 native-code.cxx: $(SRCDIR)/solenv/bin/native-code.py
+       @echo "[build PY ] $@"
        $< -j -g core -g writer -g calc -g draw -g edit > $@
 
 install:
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to