]> git.pld-linux.org Git - packages/vim.git/blob - 6.2.380
- updated to 6.2.430
[packages/vim.git] / 6.2.380
1 To: vim-dev@vim.org
2 Subject: Patch 6.2.380 (extra)
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=ISO-8859-1
7 Content-Transfer-Encoding: 8bit
8 ------------
9
10 Patch 6.2.380 (extra)
11 Problem:    DOS: "make test" fails when running it again.  Can't "make test"
12             with Borland C.
13 Solution:   Make sure ".out" files are deleted when they get in the way.  Add
14             a "test" target to the Borland C Makefile.
15 Files:      src/Make_bc5.mak, src/testdir/Make_dos.mak
16
17
18 *** ../vim-6.2.379/src/Make_bc5.mak     Thu Mar 11 20:49:02 2004
19 --- src/Make_bc5.mak    Thu Mar 18 16:58:03 2004
20 ***************
21 *** 884,889 ****
22 --- 884,894 ----
23   !endif
24   |
25   
26 + test:
27 +       cd testdir
28 +       $(MAKE) /NOLOGO -f Make_dos.mak win32
29 +       cd ..
30
31   $(OBJDIR)\ex_docmd.obj:  ex_docmd.c ex_cmds.h
32   
33   $(OBJDIR)\ex_eval.obj:  ex_eval.c ex_cmds.h
34 *** ../vim-6.2.379/src/testdir/Make_dos.mak     Sat May 31 22:32:43 2003
35 --- src/testdir/Make_dos.mak    Thu Mar 18 16:52:51 2004
36 ***************
37 *** 56,61 ****
38 --- 56,62 ----
39         copy $*.ok test.ok
40         $(VIMPROG) -u dos.vim -U NONE --noplugin -s dotest.in $*.in
41         diff test.out $*.ok
42 +       -del $*.out
43         rename test.out $*.out
44         -del X*
45         -del test.ok
46 *** ../vim-6.2.379/src/version.c        Thu Mar 18 15:24:30 2004
47 --- src/version.c       Thu Mar 18 17:03:06 2004
48 ***************
49 *** 639,640 ****
50 --- 639,642 ----
51   {   /* Add new patch number below this line */
52 + /**/
53 +     380,
54   /**/
55
56 -- 
57 hundred-and-one symptoms of being an internet addict:
58 64. The remote to the T.V. is missing...and you don't even care.
59
60  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
61 ///        Sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
62 \\\              Project leader for A-A-P -- http://www.A-A-P.org        ///
63  \\\  Buy at Amazon and help AIDS victims -- http://ICCF.nl/click1.html ///
This page took 0.025825 seconds and 3 git commands to generate.