]> granicus.if.org Git - vim/commitdiff
updated for version 7.4a.006 v7.4a.006
authorBram Moolenaar <Bram@vim.org>
Tue, 9 Jul 2013 12:58:10 +0000 (14:58 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 9 Jul 2013 12:58:10 +0000 (14:58 +0200)
Problem:    Failure in po file check goes unnoticed.
Solution:   Fail "make test" if the po file check fails.

src/Makefile
src/version.c

index 1f3458d7829c328da39f2aaebc71d46edd45bed6..d3836f595c738e8b7338b993a541b72316e2a38f 100644 (file)
@@ -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 \
index 25534c57ce4f5d6a92d9192f45cef062e82b9a3a..c26845e92c1b540bb2623f2f9a7afb567dfac5ac 100644 (file)
@@ -728,6 +728,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    6,
 /**/
     5,
 /**/