patch 9.1.1036: make install fails when using shadowdir Commit: https://github.com/vim/vim/commit/5abc44e3c1d51b9a14be2a9cb679b294f4758287 Author: Christian Brabandt <c...@256bit.org> Date: Sun Jan 19 10:00:40 2025 +0100
patch 9.1.1036: make install fails when using shadowdir Problem: make install fails when using shadowdir (after v9.1.1029) Solution: also link in README.txt and LICENSE file Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/src/Makefile b/src/Makefile index 84496b301..19d1dca9b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -3002,6 +3002,8 @@ shadowupdate: # Link needed for doing "make install" in a shadow directory. runtime: -ln -s ../runtime . + -ln -s ../README.txt . + -ln -s ../LICENSE . # Link needed for doing "make" using GTK in a shadow directory. pixmaps: diff --git a/src/version.c b/src/version.c index 260f9b53d..9542bcb94 100644 --- a/src/version.c +++ b/src/version.c @@ -704,6 +704,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1036, /**/ 1035, /**/ -- -- 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 vim_dev+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/E1tZROZ-004azs-EI%40256bit.org.