mirror of
https://github.com/coreutils/coreutils.git
synced 2024-12-11 10:53:42 +08:00
(m4-check): New rule.
(local-check): Depend on it.
This commit is contained in:
parent
fb3d202184
commit
6258f69c2c
@ -33,6 +33,11 @@ changelog-check:
|
|||||||
exit 1; \
|
exit 1; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
m4-check:
|
||||||
|
@grep 'AC_DEFUN([^[]' m4/*.m4 \
|
||||||
|
&& { echo 'Makefile.maint: quote the first arg to AC_DEFUN' 1>&2; \
|
||||||
|
exit 1; } || :
|
||||||
|
|
||||||
# Verify that all source files using _() are listed in po/POTFILES.in.
|
# Verify that all source files using _() are listed in po/POTFILES.in.
|
||||||
po-check:
|
po-check:
|
||||||
if test -f po/POTFILES.in; then \
|
if test -f po/POTFILES.in; then \
|
||||||
@ -57,7 +62,7 @@ writable-files:
|
|||||||
test "$$fail" && exit 1 || :
|
test "$$fail" && exit 1 || :
|
||||||
|
|
||||||
# Checks that don't require cvs.
|
# Checks that don't require cvs.
|
||||||
local-check: changelog-check po-check writable-files check-copyright
|
local-check: changelog-check po-check writable-files check-copyright m4-check
|
||||||
|
|
||||||
|
|
||||||
# Sanity checks with the CVS repository.
|
# Sanity checks with the CVS repository.
|
||||||
|
Loading…
Reference in New Issue
Block a user