]> granicus.if.org Git - vim/commitdiff
patch 7.4.988 v7.4.988
authorBram Moolenaar <Bram@vim.org>
Mon, 28 Dec 2015 21:24:41 +0000 (22:24 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 28 Dec 2015 21:24:41 +0000 (22:24 +0100)
Problem:    Default test target is test49.out.
Solution:   Add a build rule before including Make_all.mak.

src/testdir/Make_amiga.mak
src/testdir/Make_dos.mak
src/testdir/Make_ming.mak
src/testdir/Make_os2.mak
src/testdir/Make_vms.mms
src/testdir/Makefile
src/version.c

index edb390d1f18e7d097a49d74579c7b2d4505618fd..c39e450d5c2ba7667a6cc802b62158c5ea3289a0 100644 (file)
@@ -5,6 +5,8 @@
 
 VIMPROG = /vim
 
+default: nongui
+
 include Make_all.mak
 
 # These tests don't work (yet):
index b907fe7051e13c9a07b108af827e68349e0e985c..e1bf100c43baec184890ca933adb545df5d7be47 100644 (file)
@@ -5,6 +5,8 @@
 
 VIMPROG = ..\\vim
 
+default: nongui
+
 !include Make_all.mak
 
 # Omitted:
index 2237f570b4f1841197fd1db85b3a0c555d681f19..fb6278349c9ff80a70711939782cc592ac5b3ec8 100644 (file)
@@ -24,6 +24,8 @@ endif
 
 VIMPROG = ..$(DIRSLASH)vim
 
+default: vimall
+
 include Make_all.mak
 
 # Omitted:
index fd25ab87e934838fbc04117f41f33c349817e58b..828d354b46af6d4e3b737a526244015e1191b7cd 100644 (file)
@@ -8,6 +8,8 @@
 
 VIMPROG = ../vim.exe
 
+default: all
+
 include Make_all.mak
 
 # Omitted:
index 415a13fa506e4d190c8eab85e033510b37b77dd8..9a93e21a75e088cf34e2b91b4ef539a22b2a453b 100644 (file)
@@ -74,6 +74,8 @@
 
 VIMPROG = <->vim.exe
 
+default : all
+
 # This probably doesn't work, please fix.
 .INCLUDE Make_all.mak
 
index ade975271c3143d131191c564be0eb8214ea4807..b587f32e913faa66af144ac7781a20c849242314 100644 (file)
@@ -14,6 +14,7 @@ SCRIPTSOURCE = ../../runtime
 #   This will make testing about 10 times as slow.
 # VALGRIND = valgrind --tool=memcheck --leak-check=yes --num-callers=15 --log-file=valgrind.$*
 
+default: nongui
 
 # The list of tests is common to all systems.
 # This defines NEW_TESTS, SCRIPTS_ALL, SCRIPTS_MORE* and SCRIPTS_GUI.
index c304f69e696917ef35fba936e57231474a354659..fcc22cd846acb744e28d7153884922f18fa3a9ba 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    988,
 /**/
     987,
 /**/