Patch 7.4.2053
Problem: Can't run scripttests in the top directory.
Solution: Add targets to the top Makefile.
Files: Makefile
*** ../vim-7.4.2052/Makefile 2016-03-19 16:04:11.188238242 +0100
--- Makefile 2016-07-16 20:42:15.228342618 +0200
***************
*** 32,38 ****
# Some make programs use the last target for the $@ default; put the other
# targets separately to always let $@ expand to "first" by default.
! all install uninstall tools config configure reconfig proto depend lint tags
types test testclean clean distclean:
@if test ! -f src/auto/config.mk; then \
cp src/config.mk.dist src/auto/config.mk; \
fi
--- 32,38 ----
# Some make programs use the last target for the $@ default; put the other
# targets separately to always let $@ expand to "first" by default.
! all install uninstall tools config configure reconfig proto depend lint tags
types test scripttests unittests testclean clean distclean:
@if test ! -f src/auto/config.mk; then \
cp src/config.mk.dist src/auto/config.mk; \
fi
*** ../vim-7.4.2052/src/version.c 2016-07-16 20:37:42.147101489 +0200
--- src/version.c 2016-07-16 20:42:47.704014447 +0200
***************
*** 760,761 ****
--- 760,763 ----
{ /* Add new patch number below this line */
+ /**/
+ 2053,
/**/
--
Not too long ago, cut and paste was done with scissors and glue...
/// 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.