Patch 8.2.4596

4 views
Skip to first unread message

Bram Moolenaar

unread,
Mar 20, 2022, 7:27:21 AM3/20/22
to vim...@googlegroups.com

Patch 8.2.4596
Problem: Installing tutor binary may fail.
Solution: Fix the dependency. (Sergei Trofimovich, closes #9978)
Files: src/Makefile


*** ../vim-8.2.4595/src/Makefile 2022-03-11 16:01:22.309619180 +0000
--- src/Makefile 2022-03-20 11:26:03.101429374 +0000
***************
*** 2484,2494 ****
chmod $(FILEMOD) `find $(DEST_PACK) -type f -print`

# install the tutor files
! installtutorbin: $(DEST_VIM)
$(INSTALL_DATA) vimtutor $(DEST_BIN)/$(VIMNAME)tutor
chmod $(SCRIPTMOD) $(DEST_BIN)/$(VIMNAME)tutor

! installgtutorbin: $(DEST_VIM)
$(INSTALL_DATA) gvimtutor $(DEST_BIN)/$(GVIMNAME)tutor
chmod $(SCRIPTMOD) $(DEST_BIN)/$(GVIMNAME)tutor

--- 2484,2494 ----
chmod $(FILEMOD) `find $(DEST_PACK) -type f -print`

# install the tutor files
! installtutorbin: $(DEST_BIN)
$(INSTALL_DATA) vimtutor $(DEST_BIN)/$(VIMNAME)tutor
chmod $(SCRIPTMOD) $(DEST_BIN)/$(VIMNAME)tutor

! installgtutorbin: $(DEST_BIN)
$(INSTALL_DATA) gvimtutor $(DEST_BIN)/$(GVIMNAME)tutor
chmod $(SCRIPTMOD) $(DEST_BIN)/$(GVIMNAME)tutor

*** ../vim-8.2.4595/src/version.c 2022-03-20 11:07:13.175732467 +0000
--- src/version.c 2022-03-20 11:26:11.593406093 +0000
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 4596,
/**/

--
"Never be afraid to tell the world who you are."
-- Anonymous

/// Bram Moolenaar -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages