To: [email protected]
Subject: Patch 7.4a.006
Fcc: outbox
From: Bram Moolenaar <[email protected]>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
------------

Patch 7.4a.006
Problem:    Failure in po file check goes unnoticed.
Solution:   Fail "make test" if the po file check fails.
Files:      src/Makefile


*** ../vim-7.4a.005/src/Makefile        2013-07-06 14:33:40.000000000 +0200
--- src/Makefile        2013-07-09 14:54:43.000000000 +0200
***************
*** 1850,1856 ****
 #
 test check:
       $(MAKE) -f Makefile $(VIMTARGET)
!       -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 \
--- 1850,1856 ----
 #
 test check:
       $(MAKE) -f Makefile $(VIMTARGET)
!       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 \
*** ../vim-7.4a.005/src/version.c       2013-07-09 13:44:40.000000000 +0200
--- src/version.c       2013-07-09 14:56:07.000000000 +0200
***************
*** 730,731 ****
--- 730,733 ----
 {   /* Add new patch number below this line */
+ /**/
+     6,
 /**/

--
ARTHUR: If you do not open these doors, we will take this castle by force ...
  [A bucket of slops land on ARTHUR.  He tries to retain his dignity.]
                "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD

/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
\\\            help me help AIDS victims -- http://ICCF-Holland.org    ///