To: vim_dev@googlegroups.com Subject: Patch 7.4.2053 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@Moolenaar.net -- 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 ///