aboutsummaryrefslogtreecommitdiffstats
path: root/xen/Rules.mk
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-10-21 20:07:54 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-10-21 20:07:54 +0100
commit3eeb70411201ae16b2920ccaa3a9a5df81fb6627 (patch)
treeb617ffd5c2a90a367000d67789bf4e4997137b6c /xen/Rules.mk
parent1bd54c9db6b0207c27142bb513495508a60ed803 (diff)
downloadxen-3eeb70411201ae16b2920ccaa3a9a5df81fb6627.tar.gz
xen-3eeb70411201ae16b2920ccaa3a9a5df81fb6627.tar.bz2
xen-3eeb70411201ae16b2920ccaa3a9a5df81fb6627.zip
Disable Xen verbosity by default. At this point I think it
is best to disable 'scary' warning messages by default, even though this will also quieten down genuine error paths. The ideal solution would be to introduce DPRINTK levels (e.g., info, warning, error) and allow these to be selected at compile and/or boot time. We could then enable error messages until things have stabilised some more. Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/Rules.mk')
-rw-r--r--xen/Rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/Rules.mk b/xen/Rules.mk
index d57ca65e51..f65564240a 100644
--- a/xen/Rules.mk
+++ b/xen/Rules.mk
@@ -2,7 +2,7 @@
# If you change any of these configuration options then you must
# 'make clean' before rebuilding.
#
-verbose ?= y
+verbose ?= n
debug ?= n
perfc ?= n
perfc_arrays?= n