mirror of
				https://github.com/vim/vim.git
				synced 2025-10-30 09:47:20 -04:00 
			
		
		
		
	patch 8.1.2409: creating the distribution doesn't work as documented
Problem:    Creating the distribution doesn't work as documented.
Solution:   Adjust name of uninstall binary. Create src/auto directory if
            needed.
			
			
This commit is contained in:
		| @@ -1570,6 +1570,7 @@ $(OUTDIR)/if_lua.obj: $(OUTDIR) if_lua.c  $(INCL) | |||||||
| 	$(CC) $(CFLAGS_OUTDIR) $(LUA_INC) if_lua.c | 	$(CC) $(CFLAGS_OUTDIR) $(LUA_INC) if_lua.c | ||||||
|  |  | ||||||
| auto/if_perl.c : if_perl.xs typemap | auto/if_perl.c : if_perl.xs typemap | ||||||
|  | 	-mkdir auto | ||||||
| 	$(XSUBPP) -prototypes -typemap $(XSUBPP_TYPEMAP) \ | 	$(XSUBPP) -prototypes -typemap $(XSUBPP_TYPEMAP) \ | ||||||
| 		-typemap typemap if_perl.xs -output $@ | 		-typemap typemap if_perl.xs -output $@ | ||||||
|  |  | ||||||
|   | |||||||
| @@ -742,6 +742,8 @@ static char *(features[]) = | |||||||
|  |  | ||||||
| static int included_patches[] = | static int included_patches[] = | ||||||
| {   /* Add new patch number below this line */ | {   /* Add new patch number below this line */ | ||||||
|  | /**/ | ||||||
|  |     2409, | ||||||
| /**/ | /**/ | ||||||
|     2408, |     2408, | ||||||
| /**/ | /**/ | ||||||
|   | |||||||
| @@ -3,4 +3,4 @@ mv tee/tee.exe teew32.exe | |||||||
| mv xxd/xxd.exe xxdw32.exe | mv xxd/xxd.exe xxdw32.exe | ||||||
| mv vim.pdb vimw32.pdb | mv vim.pdb vimw32.pdb | ||||||
| mv install.exe installw32.exe | mv install.exe installw32.exe | ||||||
| mv uninstal.exe uninstalw32.exe | mv uninstall.exe uninstallw32.exe | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user