mirror of https://gitee.com/openkylin/libvirt.git
quiet "make syntax-check"
* Makefile.maint (strftime-check): Add "@" prefix. (po-check): Likewise.
This commit is contained in:
parent
2de7d9d224
commit
9c593643ff
|
@ -1,3 +1,9 @@
|
|||
Wed Jun 25 16:21:12 CEST 2008 Jim Meyering <meyering@redhat.com>
|
||||
|
||||
quiet "make syntax-check"
|
||||
* Makefile.maint (strftime-check): Add "@" prefix.
|
||||
(po-check): Likewise.
|
||||
|
||||
Wed Jun 25 13:40:25 CEST 2008 Daniel Veillard <veillard@redhat.com>
|
||||
|
||||
* python/types.c: patch from Ryan Scott to remove misplaced verbosity
|
||||
|
|
|
@ -420,7 +420,7 @@ patch-check:
|
|||
# which date accepts but GNU strftime does not.
|
||||
extract_char = sed 's/^[^%][^%]*%\(.\).*/\1/'
|
||||
strftime-check:
|
||||
if test -f $(srcdir)/src/date.c; then \
|
||||
@if test -f $(srcdir)/src/date.c; then \
|
||||
grep '^ %. ' $(srcdir)/src/date.c | sort \
|
||||
| $(extract_char) > $@-src; \
|
||||
{ echo N; \
|
||||
|
@ -467,7 +467,7 @@ m4-check:
|
|||
# Verify that all source files using _() are listed in po/POTFILES.in.
|
||||
# FIXME: don't hard-code file names below; use a more general mechanism.
|
||||
po-check:
|
||||
if test -f po/POTFILES.in; then \
|
||||
@if test -f po/POTFILES.in; then \
|
||||
grep -E -v '^(#|$$)' po/POTFILES.in \
|
||||
| grep -v '^src/false\.c$$' | sort > $@-1; \
|
||||
files=; \
|
||||
|
|
Loading…
Reference in New Issue