mirror of
https://github.com/vim/vim.git
synced 2025-09-07 22:03:36 -04:00
updated for version 7.4a.006
Problem: Failure in po file check goes unnoticed. Solution: Fail "make test" if the po file check fails.
This commit is contained in:
parent
04c5c9ee27
commit
4ca8d5fefd
@ -1850,7 +1850,7 @@ types.vim: $(TAGS_SRC) $(TAGS_INCL)
|
||||
#
|
||||
test check:
|
||||
$(MAKE) -f Makefile $(VIMTARGET)
|
||||
-if test -n "$(MAKEMO)" -a -f $(PODIR)/Makefile; then \
|
||||
if test -n "$(MAKEMO)" -a -f $(PODIR)/Makefile; then \
|
||||
cd $(PODIR); $(MAKE) -f Makefile check VIM=../$(VIMTARGET); \
|
||||
fi
|
||||
-if test $(VIMTARGET) != vim -a ! -r vim; then \
|
||||
|
@ -728,6 +728,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
6,
|
||||
/**/
|
||||
5,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user