summaryrefslogtreecommitdiff
path: root/android/Bootstrap
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2015-08-10 14:06:40 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2015-08-11 04:34:45 +0000
commita8db357874b3ab3f785457cd9a84c68a05d3c61e (patch)
tree5c640e7c73d58a517c7f80fffa5f3861827d4fae /android/Bootstrap
parente5ec6304149cdcad0d6495b5187c245748b408b5 (diff)
gbuild/config stop using VERBOSE, use only verbose=t
configure.ac was setting VERBOSE=YES/NO when really we use verbose=t or verbose= Change-Id: I47aee8d177cb2d788a62ecdbbb9cc3695c2bb299 Reviewed-on: https://gerrit.libreoffice.org/17634 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'android/Bootstrap')
-rw-r--r--android/Bootstrap/Makefile.shared4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/Bootstrap/Makefile.shared b/android/Bootstrap/Makefile.shared
index 84c68814c15a..aaf50cea9f22 100644
--- a/android/Bootstrap/Makefile.shared
+++ b/android/Bootstrap/Makefile.shared
@@ -65,7 +65,7 @@ properties:
echo "APP_PLATFORM := android-21" >> jni/Application.mk
install:
- unset JAVA_HOME && $(ANT) $(if $(VERBOSE)$(verbose),,-quiet) debug install
+ unset JAVA_HOME && $(ANT) $(if $(verbose),,-quiet) debug install
@echo
@echo 'Run it with "make run"'
@echo
@@ -74,7 +74,7 @@ uninstall:
$(ANDROID_SDK_HOME)/platform-tools/adb uninstall $(APP_PACKAGE)
clean: android_version_setup properties
- $(ANT) $(if $(VERBOSE)$(verbose),,-quiet) -keep-going clean
+ $(ANT) $(if $(verbose),,-quiet) -keep-going clean
rm -rf assets libs $(SODEST) $(OBJLOCAL) $(BOOTSTRAPDIR)/no-resource-compress.xml
rm -f native-code.cxx
rm -rf $(APPCOMPATDIR)