--enable-silent-rules is default

This commit is contained in:
Yevgen Muntyan 2011-09-28 23:02:23 -07:00
parent c3325f13b5
commit a195d9eda3
3 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ EXTRA_DIST += \
tools/xml2h.py tools/xml2h.py
if MOO_DEV_MODE 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 endif
CLEANFILES = CLEANFILES =

View File

@ -24,7 +24,7 @@ run_cmd $AUTOMAKE --add-missing --copy --force-missing
cd $workingdir cd $workingdir
run_configure=true run_configure=true
configure_args="--enable-dev-mode --enable-silent-rules" configure_args="--enable-dev-mode"
if [ "$1" ]; then if [ "$1" ]; then
: :
else else

View File

@ -77,7 +77,7 @@ export PYTHON_VERSION=$mgwpythondotver
configure_args="--build=i686-pc-linux-gnu --host=i586-pc-mingw32msvc --target=i586-pc-mingw32msvc \ 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 \ AR=$AR RANLIB=$RANLIB STRIP=$STRIP AS=$AS DLLTOOL=$DLLTOOL OBJDUMP=$OBJDUMP NM=$NM WINDRES=$WINDRES RC=$RC \
INSTALL=`which install-check` \ INSTALL=`which install-check` \
--prefix=$destdir --enable-silent-rules" --prefix=$destdir"
if $en_only; then if $en_only; then
moo_nls_flags='--disable-nls' moo_nls_flags='--disable-nls'