Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan McGovern <alan.mcgovern@gmail.com>2016-11-21 14:02:15 +0300
committerAlan McGovern <alan.mcgovern@gmail.com>2016-11-21 14:02:42 +0300
commit30bb5d325824b5cdf3ad62c55063ae9a5a78d1a4 (patch)
tree2a7580400037c2cfad96b0a971a44fa5589f7e9f /main/xbuild.include
parent8aa4eae086c85ff225c03aa3bb0192767848d27b (diff)
[build] Allow XBUILD_VERBOSITY to be overridden
Diffstat (limited to 'main/xbuild.include')
-rw-r--r--main/xbuild.include2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/xbuild.include b/main/xbuild.include
index 49e95bfacf..d65ae031eb 100644
--- a/main/xbuild.include
+++ b/main/xbuild.include
@@ -26,7 +26,7 @@ endif
endif
XBUILD=xbuild
-XBUILD_VERBOSITY=normal
+XBUILD_VERBOSITY ?= normal
XBUILD_ARGS=/verbosity:$(XBUILD_VERBOSITY) /nologo /property:CodePage=65001
XBUILD_PROFILE=/property:Configuration=$(PROFILE_NAME)