diff Makefile @ 18842:7547b6eb6b5c v8.1.2408

patch 8.1.2408: syntax menu and build instructions outdated Commit: https://github.com/vim/vim/commit/bfd34333302c0b0115ab2a9c995b5adbdb8f4ef8 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Dec 7 19:24:34 2019 +0100 patch 8.1.2408: syntax menu and build instructions outdated Problem: Syntax menu and build instructions outdated. Solution: Update build instructions and syntax menu.
author Bram Moolenaar <Bram@vim.org>
date Sat, 07 Dec 2019 19:30:04 +0100
parents 1ec6539cef68
children af69c9335223
line wrap: on
line diff
--- a/Makefile
+++ b/Makefile
@@ -95,9 +95,9 @@ MINOR = 1
 #   runtime/doc/*.txt and make nsis/gvim_version.nsh.
 #   For a minor/major version: src/GvimExt/GvimExt.reg, src/vim.def,
 #   src/gvim.exe.mnf.
-# - Compile Vim with GTK, Perl, Python, Python3, TCL, Ruby, MZscheme, Lua (if
-#   you can make it all work), Cscope and "huge" features.  Exclude workshop
-#   and SNiFF.
+# - Compile Vim with GTK, Perl, Python, Python3, TCL, Ruby, Lua, Cscope and
+#   "huge" features.  Add MZscheme if you can make it work.
+#   Use "make reconfig" after selecting the configure arguments.
 # - With these features: "make proto" (requires cproto and Motif installed;
 #   ignore warnings for missing include files, fix problems for syntax errors).
 # - With these features: "make depend" (works best with gcc).
@@ -106,9 +106,6 @@ MINOR = 1
 # - If you have valgrind, enable it in src/testdir/Makefile and run "make
 #   test".  Enable EXITFREE, disable GUI, scheme and tcl to avoid false alarms.
 #   Check the valgrind output.
-# - If you have the efence library, enable it in "src/Makefile" and run "make
-#   test".  Disable Python and Ruby to avoid trouble with threads (efence is
-#   not threadsafe).
 # - Adjust the date and other info in src/version.h.
 # - Correct included_patches[] in src/version.c.
 # - Check for missing entries in runtime/makemenu.vim (with checkmenu script).