]> granicus.if.org Git - vim/commitdiff
patch 8.1.2409: creating the distribution doesn't work as documented v8.1.2409
authorBram Moolenaar <Bram@vim.org>
Sat, 7 Dec 2019 20:01:43 +0000 (21:01 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 7 Dec 2019 20:01:43 +0000 (21:01 +0100)
Problem:    Creating the distribution doesn't work as documented.
Solution:   Adjust name of uninstall binary. Create src/auto directory if
            needed.

src/Make_mvc.mak
src/version.c
tools/rename.bat

index 9a01927f67dd39e109ad0435307c320a9418ee04..1a74d3bb3e2007a7a439f2fbf96370566f28f103 100644 (file)
@@ -1570,6 +1570,7 @@ $(OUTDIR)/if_lua.obj: $(OUTDIR) if_lua.c  $(INCL)
        $(CC) $(CFLAGS_OUTDIR) $(LUA_INC) if_lua.c
 
 auto/if_perl.c : if_perl.xs typemap
+       -mkdir auto
        $(XSUBPP) -prototypes -typemap $(XSUBPP_TYPEMAP) \
                -typemap typemap if_perl.xs -output $@
 
index b8e4cf2d159a15f5c0745dd65815fcb445cf2bcb..b11a6c7e9961863f1883914ffee39f3f5b64f935 100644 (file)
@@ -742,6 +742,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2409,
 /**/
     2408,
 /**/
index d66b0d33f8dd635812ae66f142fd3a095c045109..50b3f7b2e38012e3866b04253763738c1f52699a 100644 (file)
@@ -3,4 +3,4 @@ mv tee/tee.exe teew32.exe
 mv xxd/xxd.exe xxdw32.exe
 mv vim.pdb vimw32.pdb
 mv install.exe installw32.exe
-mv uninstal.exe uninstalw32.exe
+mv uninstall.exe uninstallw32.exe