Kaydet (Commit) ab27953d authored tarafından Miklos Vajna's avatar Miklos Vajna

android: show when native-code.py is invoked even for non-verbose builds

Change-Id: I176d140bf5efc090c89cbd3a3699a764abf7107a
Reviewed-on: https://gerrit.libreoffice.org/39121Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.co.uk>
Tested-by: 's avatarJenkins <ci@libreoffice.org>
üst 7be0d549
...@@ -12,6 +12,7 @@ BOOTSTRAPDIR=../Bootstrap ...@@ -12,6 +12,7 @@ BOOTSTRAPDIR=../Bootstrap
include $(BOOTSTRAPDIR)/Makefile.shared include $(BOOTSTRAPDIR)/Makefile.shared
native-code.cxx: $(SRCDIR)/solenv/bin/native-code.py native-code.cxx: $(SRCDIR)/solenv/bin/native-code.py
@echo "[build PY ] $@"
$< -j -g core -g writer -g calc -g draw -g edit > $@ $< -j -g core -g writer -g calc -g draw -g edit > $@
install: install:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment