comparison src/Makefile @ 12816:218102da5226 v8.0.1285

patch 8.0.1285: occasional crash when using a channel commit https://github.com/vim/vim/commit/d09a206ee94ccb653707ce9b6e536d4d58886e04 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 11 15:37:45 2017 +0100 patch 8.0.1285: occasional crash when using a channel Problem: Occasional crash when using a channel. (Marek) Solution: Decrement reference count later. (closes https://github.com/vim/vim/issues/2315)
author Christian Brabandt <cb@256bit.org>
date Sat, 11 Nov 2017 15:45:04 +0100
parents cb9b2774f21f
children 963cdeb42c41
comparison
equal deleted inserted replaced
12815:69dbdf7cfab0 12816:218102da5226
2379 installruntime: installrtbase installmacros installpack installtutor installspell 2379 installruntime: installrtbase installmacros installpack installtutor installspell
2380 2380
2381 # install the help files; first adjust the contents for the final location 2381 # install the help files; first adjust the contents for the final location
2382 installrtbase: $(HELPSOURCE)/vim.1 $(DEST_VIM) $(DEST_RT) \ 2382 installrtbase: $(HELPSOURCE)/vim.1 $(DEST_VIM) $(DEST_RT) \
2383 $(DEST_HELP) $(DEST_PRINT) $(DEST_COL) $(DEST_SYN) $(DEST_IND) \ 2383 $(DEST_HELP) $(DEST_PRINT) $(DEST_COL) $(DEST_SYN) $(DEST_IND) \
2384 $(DEST_FTP) $(DEST_AUTO) $(DEST_AUTO)/xml $(DEST_PLUG) \ 2384 $(DEST_FTP) $(DEST_AUTO) $(DEST_AUTO)/dist $(DEST_AUTO)/xml \
2385 $(DEST_TUTOR) $(DEST_SPELL) $(DEST_COMP) 2385 $(DEST_PLUG) $(DEST_TUTOR) $(DEST_SPELL) $(DEST_COMP)
2386 -$(SHELL) ./installman.sh install $(DEST_MAN) "" $(INSTALLMANARGS) 2386 -$(SHELL) ./installman.sh install $(DEST_MAN) "" $(INSTALLMANARGS)
2387 # Generate the help tags with ":helptags" to handle all languages. 2387 # Generate the help tags with ":helptags" to handle all languages.
2388 # Move the distributed tags file aside and restore it, to avoid it being 2388 # Move the distributed tags file aside and restore it, to avoid it being
2389 # different from the repository. 2389 # different from the repository.
2390 cd $(HELPSOURCE); if test -z "$(CROSS_COMPILING)" -a -f tags; then \ 2390 cd $(HELPSOURCE); if test -z "$(CROSS_COMPILING)" -a -f tags; then \
2456 cd $(INDSOURCE); $(INSTALL_DATA) *.vim README.txt $(DEST_IND) 2456 cd $(INDSOURCE); $(INSTALL_DATA) *.vim README.txt $(DEST_IND)
2457 cd $(DEST_IND); chmod $(HELPMOD) *.vim README.txt 2457 cd $(DEST_IND); chmod $(HELPMOD) *.vim README.txt
2458 # install the standard autoload files 2458 # install the standard autoload files
2459 cd $(AUTOSOURCE); $(INSTALL_DATA) *.vim README.txt $(DEST_AUTO) 2459 cd $(AUTOSOURCE); $(INSTALL_DATA) *.vim README.txt $(DEST_AUTO)
2460 cd $(DEST_AUTO); chmod $(HELPMOD) *.vim README.txt 2460 cd $(DEST_AUTO); chmod $(HELPMOD) *.vim README.txt
2461 cd $(AUTOSOURCE)/dist; $(INSTALL_DATA) *.vim $(DEST_AUTO)/dist
2462 cd $(DEST_AUTO)/dist; chmod $(HELPMOD) *.vim
2461 cd $(AUTOSOURCE)/xml; $(INSTALL_DATA) *.vim $(DEST_AUTO)/xml 2463 cd $(AUTOSOURCE)/xml; $(INSTALL_DATA) *.vim $(DEST_AUTO)/xml
2462 cd $(DEST_AUTO)/xml; chmod $(HELPMOD) *.vim 2464 cd $(DEST_AUTO)/xml; chmod $(HELPMOD) *.vim
2463 # install the standard plugin files 2465 # install the standard plugin files
2464 cd $(PLUGSOURCE); $(INSTALL_DATA) *.vim README.txt $(DEST_PLUG) 2466 cd $(PLUGSOURCE); $(INSTALL_DATA) *.vim README.txt $(DEST_PLUG)
2465 cd $(DEST_PLUG); chmod $(HELPMOD) *.vim README.txt 2467 cd $(DEST_PLUG); chmod $(HELPMOD) *.vim README.txt
2651 $(DESTDIR)$(exec_prefix) $(DEST_BIN) \ 2653 $(DESTDIR)$(exec_prefix) $(DEST_BIN) \
2652 $(DEST_VIM) $(DEST_RT) $(DEST_HELP) \ 2654 $(DEST_VIM) $(DEST_RT) $(DEST_HELP) \
2653 $(DEST_PRINT) $(DEST_COL) $(DEST_SYN) $(DEST_IND) $(DEST_FTP) \ 2655 $(DEST_PRINT) $(DEST_COL) $(DEST_SYN) $(DEST_IND) $(DEST_FTP) \
2654 $(DEST_LANG) $(DEST_KMAP) $(DEST_COMP) $(DEST_MACRO) \ 2656 $(DEST_LANG) $(DEST_KMAP) $(DEST_COMP) $(DEST_MACRO) \
2655 $(DEST_PACK) $(DEST_TOOLS) $(DEST_TUTOR) $(DEST_SPELL) \ 2657 $(DEST_PACK) $(DEST_TOOLS) $(DEST_TUTOR) $(DEST_SPELL) \
2656 $(DEST_AUTO) $(DEST_AUTO)/xml $(DEST_PLUG): 2658 $(DEST_AUTO) $(DEST_AUTO)/dist $(DEST_AUTO)/xml $(DEST_PLUG):
2657 $(MKDIR_P) $@ 2659 $(MKDIR_P) $@
2658 -chmod $(DIRMOD) $@ 2660 -chmod $(DIRMOD) $@
2659 2661
2660 # create links from various names to vim. This is only done when the links 2662 # create links from various names to vim. This is only done when the links
2661 # (or executables with the same name) don't exist yet. 2663 # (or executables with the same name) don't exist yet.
2806 -rm -rf $(DEST_KMAP) 2808 -rm -rf $(DEST_KMAP)
2807 -rm -rf $(DEST_COMP) 2809 -rm -rf $(DEST_COMP)
2808 -rm -f $(DEST_PRINT)/*.ps 2810 -rm -f $(DEST_PRINT)/*.ps
2809 -rmdir $(DEST_HELP) $(DEST_PRINT) $(DEST_COL) $(DEST_SYN) $(DEST_IND) 2811 -rmdir $(DEST_HELP) $(DEST_PRINT) $(DEST_COL) $(DEST_SYN) $(DEST_IND)
2810 -rm -rf $(DEST_FTP)/*.vim $(DEST_FTP)/README.txt $(DEST_FTP)/logtalk.dict 2812 -rm -rf $(DEST_FTP)/*.vim $(DEST_FTP)/README.txt $(DEST_FTP)/logtalk.dict
2811 -rm -f $(DEST_AUTO)/*.vim $(DEST_AUTO)/README.txt $(DEST_AUTO)/xml/*.vim 2813 -rm -f $(DEST_AUTO)/*.vim $(DEST_AUTO)/README.txt
2814 -rm -f $(DEST_AUTO)/dist/*.vim $(DEST_AUTO)/xml/*.vim
2812 -rm -f $(DEST_PLUG)/*.vim $(DEST_PLUG)/README.txt 2815 -rm -f $(DEST_PLUG)/*.vim $(DEST_PLUG)/README.txt
2813 -rmdir $(DEST_FTP) $(DEST_AUTO)/xml $(DEST_AUTO) $(DEST_PLUG) $(DEST_RT) 2816 -rmdir $(DEST_FTP) $(DEST_AUTO)/dist $(DEST_AUTO)/xml $(DEST_AUTO)
2817 -rmdir $(DEST_PLUG) $(DEST_RT)
2814 # This will fail when other Vim versions are installed, no worries. 2818 # This will fail when other Vim versions are installed, no worries.
2815 -rmdir $(DEST_VIM) 2819 -rmdir $(DEST_VIM)
2816 2820
2817 # Clean up all the files that have been produced, except configure's. 2821 # Clean up all the files that have been produced, except configure's.
2818 # We support common typing mistakes for Juergen! :-) 2822 # We support common typing mistakes for Juergen! :-)