]> git.pld-linux.org Git - packages/vim.git/blame - 6.2.078
- manpaged md5 fix
[packages/vim.git] / 6.2.078
CommitLineData
717fd8f6
AF
1To: vim-dev@vim.org
2Subject: Patch 6.2.078
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=ISO-8859-1
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 6.2.078
11Problem: "make test" doesn't work if Vim wasn't compiled yet. (Ed Avis)
12Solution: Build Vim before running the tests.
13Files: src/Makefile
14
15
16*** ../vim-6.2.077/src/Makefile Sun Jun 1 15:18:29 2003
17--- src/Makefile Sun Sep 7 23:52:42 2003
18***************
19*** 1548,1553 ****
20--- 1573,1580 ----
21 {printf("%s ", $$1)}END{print ""}' > $@
22
23 # Execute the test scripts. Run these after compiling Vim, before installing.
24+ # This doesn't depend on $(VIMTARGET), because that won't work when configure
25+ # wasn't run yet. Restart make to build it instead.
26 #
27 # This will produce a lot of garbage on your screen, including a few error
28 # messages. Don't worry about that.
29***************
30*** 1556,1561 ****
31--- 1583,1589 ----
32 # If everything is allright, the final message will be "ALL DONE".
33 #
34 test check:
35+ $(MAKE) -f Makefile $(VIMTARGET)
36 cd testdir; $(MAKE) -f Makefile $(GUI_TESTTARGET) VIMPROG=../$(VIMTARGET)
37
38 testclean:
39*** ../vim-6.2.077/src/version.c Wed Sep 10 21:40:26 2003
40--- src/version.c Wed Sep 10 21:48:54 2003
41***************
42*** 632,633 ****
43--- 632,635 ----
44 { /* Add new patch number below this line */
45+ /**/
46+ 78,
47 /**/
48
49--
50BEDEVERE: Oooooh!
51LAUNCELOT: No "Aaaaarrrrrrggghhh ... " at the back of the throat.
52BEDEVERE: No! "Oooooh!" in surprise and alarm!
53 "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
54
55 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
56/// Creator of Vim - Vi IMproved -- http://www.Vim.org \\\
57\\\ Project leader for A-A-P -- http://www.A-A-P.org ///
58 \\\ Help AIDS victims, buy here: http://ICCF-Holland.org/click1.html ///
This page took 0.036726 seconds and 4 git commands to generate.