Commit: patch 9.1.1036: make install fails when using shadowdir

4 views
Skip to first unread message

Christian Brabandt

unread,
Jan 19, 2025, 4:15:10 AM1/19/25
to vim...@googlegroups.com
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,
/**/
Reply all
Reply to author
Forward
0 new messages