comparison src/Makefile @ 5159:6b6e1786c7df v7.4a.006

updated for version 7.4a.006 Problem: Failure in po file check goes unnoticed. Solution: Fail "make test" if the po file check fails.
author Bram Moolenaar <bram@vim.org>
date Tue, 09 Jul 2013 14:58:10 +0200
parents 6ec6b7ff2d43
children fca6ba0d2d66
comparison
equal deleted inserted replaced
5158:5c419eae3fca 5159:6b6e1786c7df
1848 # If everything is alright, the final message will be "ALL DONE". If not you 1848 # If everything is alright, the final message will be "ALL DONE". If not you
1849 # get "TEST FAILURE". 1849 # get "TEST FAILURE".
1850 # 1850 #
1851 test check: 1851 test check:
1852 $(MAKE) -f Makefile $(VIMTARGET) 1852 $(MAKE) -f Makefile $(VIMTARGET)
1853 -if test -n "$(MAKEMO)" -a -f $(PODIR)/Makefile; then \ 1853 if test -n "$(MAKEMO)" -a -f $(PODIR)/Makefile; then \
1854 cd $(PODIR); $(MAKE) -f Makefile check VIM=../$(VIMTARGET); \ 1854 cd $(PODIR); $(MAKE) -f Makefile check VIM=../$(VIMTARGET); \
1855 fi 1855 fi
1856 -if test $(VIMTARGET) != vim -a ! -r vim; then \ 1856 -if test $(VIMTARGET) != vim -a ! -r vim; then \
1857 ln -s $(VIMTARGET) vim; \ 1857 ln -s $(VIMTARGET) vim; \
1858 fi 1858 fi