# HG changeset patch # User Jan Nieuwenhuizen # Date 1250793309 -7200 # Node ID c30fdabcb35a37025d577e44010c1f054b774219 # Parent b4c4a5def857750d0a067f1d782678b90caf31a5 configure_command: add --disable-silent-rules. Undoes new automake "feature". diff -r b4c4a5def857 -r c30fdabcb35a gub/cross.py --- 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): diff -r b4c4a5def857 -r c30fdabcb35a gub/target.py --- 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 diff -r b4c4a5def857 -r c30fdabcb35a gub/tools.py --- 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?