]> git.pld-linux.org Git - packages/vim.git/blob - 6.2.163
- removed conflict with 6.2.259
[packages/vim.git] / 6.2.163
1 To: vim-dev@vim.org
2 Subject: Patch 6.2.163
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.163
11 Problem:    "make install" may also copy AAPDIR directories.
12 Solution:   Delete AAPDIR directories, just like CVS directories.
13 Files:      src/Makefile
14
15
16 *** ../vim-6.2.162/src/Makefile Sun Nov  2 15:37:11 2003
17 --- src/Makefile        Wed Dec 24 14:28:14 2003
18 ***************
19 *** 1724,1730 ****
20         chmod $(FILEMOD) `find $(DEST_MACRO) -type f -print`
21         chmod $(SCRIPTMOD) $(DEST_MACRO)/less.sh
22   # When using CVS some CVS directories might have been copied.
23 !       cvs=`find $(DEST_MACRO) -name CVS -print`; \
24               if test -n "$$cvs"; then \
25                  rm -rf $$cvs; \
26               fi
27 --- 1727,1733 ----
28         chmod $(FILEMOD) `find $(DEST_MACRO) -type f -print`
29         chmod $(SCRIPTMOD) $(DEST_MACRO)/less.sh
30   # When using CVS some CVS directories might have been copied.
31 !       cvs=`find $(DEST_MACRO) -name CVS -or -name AAPDIR -print`; \
32               if test -n "$$cvs"; then \
33                  rm -rf $$cvs; \
34               fi
35 ***************
36 *** 1751,1757 ****
37   # install the runtime tools
38         $(INSTALL_DATA_R) $(TOOLSSOURCE)/* $(DEST_TOOLS)
39   # When using CVS some CVS directories might have been copied.
40 !       cvs=`find $(DEST_TOOLS) -name CVS -print`; \
41               if test -n "$$cvs"; then \
42                  rm -rf $$cvs; \
43               fi
44 --- 1754,1760 ----
45   # install the runtime tools
46         $(INSTALL_DATA_R) $(TOOLSSOURCE)/* $(DEST_TOOLS)
47   # When using CVS some CVS directories might have been copied.
48 !       cvs=`find $(DEST_TOOLS) -name CVS -or -name AAPDIR -print`; \
49               if test -n "$$cvs"; then \
50                  rm -rf $$cvs; \
51               fi
52 *** ../vim-6.2.162/src/version.c        Mon Dec 29 20:39:18 2003
53 --- src/version.c       Mon Dec 29 20:41:33 2003
54 ***************
55 *** 639,640 ****
56 --- 639,642 ----
57   {   /* Add new patch number below this line */
58 + /**/
59 +     163,
60   /**/
61
62 -- 
63 From "know your smileys":
64  :-| :-|   Deja' vu!
65
66  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
67 ///          Creator of Vim - Vi IMproved -- http://www.Vim.org          \\\
68 \\\              Project leader for A-A-P -- http://www.A-A-P.org        ///
69  \\\  Help AIDS victims, buy here: http://ICCF-Holland.org/click1.html  ///
This page took 0.03028 seconds and 3 git commands to generate.