Patch 8.2.0673
Problem: Cannot build Haiku in shadow directory.
Solution: Add symlink. (Ozaki Kiichi, closes #6023)
Files: src/Makefile
*** ../vim-8.2.0672/src/Makefile 2020-04-30 19:54:04.837418282 +0200
--- src/Makefile 2020-05-01 14:13:01.187799549 +0200
***************
*** 2918,2924 ****
# % make
SHADOWDIR = shadow
! LINKEDFILES = ../*.[chm] ../*.in ../*.sh ../*.xs ../*.xbm ../gui_gtk_res.xml
../toolcheck ../proto ../libvterm ../vimtutor ../gvimtutor ../install-sh
../Make_all.mak
shadow: runtime pixmaps
$(MKDIR_P) $(SHADOWDIR)
--- 2918,2924 ----
# % make
SHADOWDIR = shadow
! LINKEDFILES = ../*.[chm] ../*.cc ../*.in ../*.sh ../*.xs ../*.xbm
../gui_gtk_res.xml ../toolcheck ../proto ../libvterm ../vimtutor ../gvimtutor
../install-sh ../Make_all.mak
shadow: runtime pixmaps
$(MKDIR_P) $(SHADOWDIR)
*** ../vim-8.2.0672/src/version.c 2020-05-01 14:10:10.192390729 +0200
--- src/version.c 2020-05-01 14:12:40.251872576 +0200
***************
*** 748,749 ****
--- 748,751 ----
{ /* Add new patch number below this line */
+ /**/
+ 673,
/**/
--
Have you heard about the new Beowulf cluster? It's so fast, it executes
an infinite loop in 6 seconds.
/// 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 ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/202005011215.041CFh05022623%40masaka.moolenaar.net.