comparison src/Makefile @ 644:e4fa26ce8769 v7.0187

updated for version 7.0187
author vimboss
date Wed, 25 Jan 2006 22:10:52 +0000
parents efb7557aea10
children 4b8583e82cb8
comparison
equal deleted inserted replaced
643:d3c978b4c7ce 644:e4fa26ce8769
1697 # a "test99.ok" file. 1697 # a "test99.ok" file.
1698 # If everything is allright, the final message will be "ALL DONE". 1698 # If everything is allright, the final message will be "ALL DONE".
1699 # 1699 #
1700 test check: 1700 test check:
1701 $(MAKE) -f Makefile $(VIMTARGET) 1701 $(MAKE) -f Makefile $(VIMTARGET)
1702 cd testdir; $(MAKE) -f Makefile $(GUI_TESTTARGET) VIMPROG=../$(VIMTARGET) $(GUI_TESTARG) 1702 -@if test -n "$(MAKEMO)" -a -f $(PODIR)/Makefile; then \
1703 @if test -n "$(MAKEMO)" -a -f $(PODIR)/Makefile; then \
1704 cd $(PODIR); $(MAKE) -f Makefile check VIM=../$(VIMTARGET); \ 1703 cd $(PODIR); $(MAKE) -f Makefile check VIM=../$(VIMTARGET); \
1705 fi 1704 fi
1705 cd testdir; $(MAKE) -f Makefile $(GUI_TESTTARGET) VIMPROG=../$(VIMTARGET) $(GUI_TESTARG)
1706 1706
1707 testclean: 1707 testclean:
1708 cd testdir; $(MAKE) -f Makefile clean 1708 cd testdir; $(MAKE) -f Makefile clean
1709 if test -d $(PODIR); then \ 1709 if test -d $(PODIR); then \
1710 cd $(PODIR); $(MAKE) checkclean; \ 1710 cd $(PODIR); $(MAKE) checkclean; \