Overwrite MSGMERGE_FLAGS, not MSGMERGE.

This commit is contained in:
Pavel Roskin 2005-11-15 22:14:44 +00:00
parent 76d78fb47c
commit 3d0a11bc51

View File

@ -10,7 +10,7 @@ trap 'echo >&2 "ERROR: Test not completed, exit with code $?"; exit 1' exit
distcheck() { distcheck() {
id="$1" id="$1"
shift shift
make distcheck MSGMERGE="msgmerge -q" "$@" >test-$id.out 2>test-$id.err make distcheck $MAKEFLAGS "$@" >test-$id.out 2>test-$id.err
} }
# Specify which warnings we want to see. # Specify which warnings we want to see.
@ -22,7 +22,7 @@ export CFLAGS="-O2 -Wall -Wno-unused-parameter -Wno-sign-compare \
-Wcast-align -Wpointer-arith -Wredundant-decls -Wundef -Wfloat-equal" -Wcast-align -Wpointer-arith -Wredundant-decls -Wundef -Wfloat-equal"
# Suppress progress indicator # Suppress progress indicator
export MSGMERGE="msgmerge --quiet" MAKEFLAGS='MSGMERGE_FLAGS=--no-location --quiet'
echo "Checking the documentation" echo "Checking the documentation"
maint/doctest maint/doctest