Patch 8.1.0724
Problem: Build for MinGW fails.
Solution: Avoid specifying dependencies in included makefile.
Files: src/testdir/Make_all.mak, src/testdir/Makefile,
src/testdir/Make_dos.mak, src/testdir/Make_ming.mak
*** ../vim-8.1.0723/src/testdir/Make_all.mak 2019-01-11 17:30:13.290241872
+0100
--- src/testdir/Make_all.mak 2019-01-11 18:30:57.777664231 +0100
***************
*** 407,415 ****
test_alot_latin.res \
test_alot_utf8.res \
test_alot.res
-
-
- # Explicit dependencies.
- test49.out: test49.vim
-
- test_options.res test_alot.res: opt_test.vim
--- 407,409 ----
*** ../vim-8.1.0723/src/testdir/Makefile 2019-01-11 17:30:13.294241849
+0100
--- src/testdir/Makefile 2019-01-11 18:26:46.839346268 +0100
***************
*** 33,38 ****
--- 33,43 ----
$(SCRIPTS_MORE2) \
$(SCRIPTS_MORE4)
+ # Explicit dependencies.
+ test49.out: test49.vim
+
+ test_options.res test_alot.res: opt_test.vim
+
SCRIPTS_BENCH = bench_re_freeze.out
.SUFFIXES: .in .out .res .vim
*** ../vim-8.1.0723/src/testdir/Make_dos.mak 2019-01-11 17:30:13.290241872
+0100
--- src/testdir/Make_dos.mak 2019-01-11 18:29:21.286304144 +0100
***************
*** 132,136 ****
--- 132,138 ----
$(VIMPROG) -u gui_preinit.vim -U gui_init.vim $(NO_PLUGINS) -S
runtest.vim $*.vim
@del vimcmd
+ test_options.res test_alot.res: opt_test.vim
+
opt_test.vim: ../option.c gen_opt_test.vim
$(VIMPROG) -u NONE -S gen_opt_test.vim --noplugin --not-a-term
../option.c
*** ../vim-8.1.0723/src/testdir/Make_ming.mak 2019-01-11 17:30:13.290241872
+0100
--- src/testdir/Make_ming.mak 2019-01-11 18:29:42.194164839 +0100
***************
*** 127,131 ****
--- 127,133 ----
$(VIMPROG) -u gui_preinit.vim -U gui_init.vim $(NO_PLUGINS) -S
runtest.vim $<
@$(DEL) vimcmd
+ test_options.res test_alot.res: opt_test.vim
+
opt_test.vim: ../option.c gen_opt_test.vim
$(VIMPROG) -u NONE -S gen_opt_test.vim --noplugin --not-a-term
../option.c
*** ../vim-8.1.0723/src/version.c 2019-01-11 17:30:13.294241849 +0100
--- src/version.c 2019-01-11 19:18:49.969911340 +0100
***************
*** 797,798 ****
--- 797,800 ----
{ /* Add new patch number below this line */
+ /**/
+ 724,
/**/
--
If you feel lonely, try schizophrenia.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.