summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2014-06-12 12:48:11 +0100
committerJon TURNEY <jon.turney@dronecode.org.uk>2014-06-12 12:48:11 +0100
commit0844084782b8424910fa44a1e437a0b7baa579fb (patch)
tree70f2c93dae3b338cd6693b36803fda2eed1d25e0
parent2f00ef541235537751ea4bd22d335fccfc4c31e7 (diff)
Turn on silent make everywhere
Configure with --enable-silent-rules, it may not be the default in configure.ac
-rw-r--r--jhbuildrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/jhbuildrc b/jhbuildrc
index 284b738..f29aa6d 100644
--- a/jhbuildrc
+++ b/jhbuildrc
@@ -102,7 +102,7 @@ os.environ['JHBUILD_CHECKOUTROOT'] = checkoutroot
os.environ['JHBUILD_BUILDROOT'] = buildroot
os.environ['JHBUILD_PREFIX'] = prefix
-autogenargs = '--cache-file=/jhbuild/configure-cache'
+autogenargs = '--cache-file=/jhbuild/configure-cache --enable-silent-rules'
module_autogenargs['xserver'] = ' --enable-xvfb --enable-xnest --enable-dmx --enable-kdrive --enable-xephyr --enable-xfake --disable-xfbdev --enable-xorg --enable-xwin --disable-glx-tls --enable-windowswm --enable-xf86bigfont'
module_autogenargs['xserver'] = module_autogenargs['xserver'] + ' --enable-debug'