changeset 5503:c30fdabcb35a

configure_command: add --disable-silent-rules. Undoes new automake "feature".
author Jan Nieuwenhuizen <janneke@gnu.org>
date Thu, 20 Aug 2009 20:35:09 +0200
parents b4c4a5def857
children a1ce4bc5aaee
files gub/cross.py gub/target.py gub/tools.py
diffstat 3 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gub/cross.py	Thu Aug 20 20:33:52 2009 +0200
+++ b/gub/cross.py	Thu Aug 20 20:35:09 2009 +0200
@@ -39,6 +39,7 @@
 --target=%(target_architecture)s
 --with-sysroot=%(system_root)s
 --disable-multilib
+--disable-silent-rules
 '''))
 #--with-slibdir=%(prefix_dir)s/slib
     def compile_command (self):
--- a/gub/target.py	Thu Aug 20 20:33:52 2009 +0200
+++ b/gub/target.py	Thu Aug 20 20:35:09 2009 +0200
@@ -23,6 +23,7 @@
 --config-cache
 --enable-shared
 --disable-static
+--disable-silent-rules
 --build=%(build_architecture)s
 --host=%(target_architecture)s
 --target=%(target_architecture)s
--- a/gub/tools.py	Thu Aug 20 20:33:52 2009 +0200
+++ b/gub/tools.py	Thu Aug 20 20:35:09 2009 +0200
@@ -84,6 +84,7 @@
 --prefix=%(configure_prefix)s
 --enable-shared
 --enable-static
+--disable-silent-rules
 ''' + config_cache)
     # FIXME: promoteme to build.py?  Most Fragile operation...
     # BOOTSTRAP -- do we need this?