--enable-silent-rules is default
This commit is contained in:
parent
c3325f13b5
commit
a195d9eda3
@ -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 =
|
||||
|
@ -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
|
||||
|
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user