summaryrefslogtreecommitdiff
path: root/config_host.mk.in
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2015-08-10 14:10:00 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2015-08-11 04:35:35 +0000
commit12fb9096f562281c7ca4b7fed6a3342dac9a91b7 (patch)
tree550d05033af2432974de97f44eea94e512ccd2e6 /config_host.mk.in
parenta8db357874b3ab3f785457cd9a84c68a05d3c61e (diff)
configure.ac : completely kill the --enable/disable--verbose thing
There is no legitimate use case... no-one need or want to see the build output with all the command by default.. and if one is enclined to do such things, verbose=t in the env does the trick leaving that as a configure options garantee bit-root (as it was the case) and just make it bigger for nothing.. worse may encourage newcomer to shoot themselves in the foot Change-Id: I2b892c623b72dff68ae61dc4edb2478613efc699 Reviewed-on: https://gerrit.libreoffice.org/17635 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'config_host.mk.in')
-rw-r--r--config_host.mk.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/config_host.mk.in b/config_host.mk.in
index 500d752e1d9e..732c1b79673e 100644
--- a/config_host.mk.in
+++ b/config_host.mk.in
@@ -614,7 +614,6 @@ export VALGRIND_CFLAGS=$(gb_SPACE)@VALGRIND_CFLAGS@
export VALIDATOR_EXTENSION_PACK=@VALIDATOR_EXTENSION_PACK@
export VCVER=@VCVER@
export DEVENV=@DEVENV@
-export verbose?=@verbose@
export VISIO_CFLAGS=$(gb_SPACE)@VISIO_CFLAGS@
export VISIO_LIBS=$(gb_SPACE)@VISIO_LIBS@
export WATCH_WINDOW_EXTENSION_PACK=@WATCH_WINDOW_EXTENSION_PACK@