From a195d9eda308c2a887952b3596c9948a14ba1608 Mon Sep 17 00:00:00 2001 From: Yevgen Muntyan <17531749+muntyan@users.noreply.github.com> Date: Wed, 28 Sep 2011 23:02:23 -0700 Subject: [PATCH] --enable-silent-rules is default --- Makefile.am | 2 +- autogen.sh | 2 +- plat/win32/mingw-configure | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 37c20a85..7769a4fa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,7 +18,7 @@ EXTRA_DIST += \ tools/xml2h.py if MOO_DEV_MODE -DISTCHECK_CONFIGURE_FLAGS = MAKEFLAGS=-j3 --enable-silent-rules CFLAGS="-Werror -Wall -O2" CXXFLAGS="-Werror -Wall -O2" +DISTCHECK_CONFIGURE_FLAGS = MAKEFLAGS=-j3 CFLAGS="-Werror -Wall -O2" CXXFLAGS="-Werror -Wall -O2" endif CLEANFILES = diff --git a/autogen.sh b/autogen.sh index 1f695a26..547e3919 100755 --- a/autogen.sh +++ b/autogen.sh @@ -24,7 +24,7 @@ run_cmd $AUTOMAKE --add-missing --copy --force-missing cd $workingdir run_configure=true -configure_args="--enable-dev-mode --enable-silent-rules" +configure_args="--enable-dev-mode" if [ "$1" ]; then : else diff --git a/plat/win32/mingw-configure b/plat/win32/mingw-configure index ca83a4bb..7572bf13 100755 --- a/plat/win32/mingw-configure +++ b/plat/win32/mingw-configure @@ -77,7 +77,7 @@ export PYTHON_VERSION=$mgwpythondotver configure_args="--build=i686-pc-linux-gnu --host=i586-pc-mingw32msvc --target=i586-pc-mingw32msvc \ AR=$AR RANLIB=$RANLIB STRIP=$STRIP AS=$AS DLLTOOL=$DLLTOOL OBJDUMP=$OBJDUMP NM=$NM WINDRES=$WINDRES RC=$RC \ INSTALL=`which install-check` \ ---prefix=$destdir --enable-silent-rules" +--prefix=$destdir" if $en_only; then moo_nls_flags='--disable-nls'