mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-18 17:29:28 +03:00
Overwrite MSGMERGE_FLAGS, not MSGMERGE.
This commit is contained in:
parent
76d78fb47c
commit
3d0a11bc51
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user