Karsten Hopp 6f1d28
To: vim-dev@vim.org
Karsten Hopp 6f1d28
Subject: Patch 7.2.377 (extra)
Karsten Hopp 6f1d28
Fcc: outbox
Karsten Hopp 6f1d28
From: Bram Moolenaar <Bram@moolenaar.net>
Karsten Hopp 6f1d28
Mime-Version: 1.0
Karsten Hopp 6f1d28
Content-Type: text/plain; charset=UTF-8
Karsten Hopp 6f1d28
Content-Transfer-Encoding: 8bit
Karsten Hopp 6f1d28
------------
Karsten Hopp 6f1d28
Karsten Hopp 6f1d28
Patch 7.2.377 (extra, after 7.2.372)
Karsten Hopp 6f1d28
Problem:    Misplaced assignment.  Duplicate build line for gvimext.dll.
Karsten Hopp 6f1d28
Solution:   Move setting CROSS_COMPILE to before ifneq.  Remove the wrong
Karsten Hopp 6f1d28
	    build line. (Markus Heidelberg)
Karsten Hopp 6f1d28
Files:	    src/Make_ming.mak
Karsten Hopp 6f1d28
Karsten Hopp 6f1d28
Karsten Hopp 6f1d28
*** ../vim-7.2.376/src/Make_ming.mak	2010-02-24 15:07:45.000000000 +0100
Karsten Hopp 6f1d28
--- src/Make_ming.mak	2010-02-26 22:01:07.000000000 +0100
Karsten Hopp 6f1d28
***************
Karsten Hopp 6f1d28
*** 248,255 ****
Karsten Hopp 6f1d28
  DIRSLASH = /
Karsten Hopp 6f1d28
  else
Karsten Hopp 6f1d28
  # normal (Windows) compilation:
Karsten Hopp 6f1d28
- ifneq (sh.exe, $(SHELL))
Karsten Hopp 6f1d28
  CROSS_COMPILE =
Karsten Hopp 6f1d28
  DEL = rm
Karsten Hopp 6f1d28
  MKDIR = mkdir -p
Karsten Hopp 6f1d28
  DIRSLASH = /
Karsten Hopp 6f1d28
--- 248,255 ----
Karsten Hopp 6f1d28
  DIRSLASH = /
Karsten Hopp 6f1d28
  else
Karsten Hopp 6f1d28
  # normal (Windows) compilation:
Karsten Hopp 6f1d28
  CROSS_COMPILE =
Karsten Hopp 6f1d28
+ ifneq (sh.exe, $(SHELL))
Karsten Hopp 6f1d28
  DEL = rm
Karsten Hopp 6f1d28
  MKDIR = mkdir -p
Karsten Hopp 6f1d28
  DIRSLASH = /
Karsten Hopp 6f1d28
***************
Karsten Hopp 6f1d28
*** 553,559 ****
Karsten Hopp 6f1d28
  	$(MAKE) -C xxd -f Make_cyg.mak CC=$(CC)
Karsten Hopp 6f1d28
  
Karsten Hopp 6f1d28
  GvimExt/gvimext.dll: GvimExt/gvimext.cpp GvimExt/gvimext.rc GvimExt/gvimext.h
Karsten Hopp 6f1d28
- 	$(MAKE) -C GvimExt -f Make_ming.mak
Karsten Hopp 6f1d28
  	$(MAKE) -C GvimExt -f Make_ming.mak CROSS=$(CROSS) CROSS_COMPILE=$(CROSS_COMPILE)
Karsten Hopp 6f1d28
  
Karsten Hopp 6f1d28
  clean:
Karsten Hopp 6f1d28
--- 553,558 ----
Karsten Hopp 6f1d28
*** ../vim-7.2.376/src/version.c	2010-02-24 17:22:14.000000000 +0100
Karsten Hopp 6f1d28
--- src/version.c	2010-02-26 22:01:45.000000000 +0100
Karsten Hopp 6f1d28
***************
Karsten Hopp 6f1d28
*** 683,684 ****
Karsten Hopp 6f1d28
--- 683,686 ----
Karsten Hopp 6f1d28
  {   /* Add new patch number below this line */
Karsten Hopp 6f1d28
+ /**/
Karsten Hopp 6f1d28
+     377,
Karsten Hopp 6f1d28
  /**/
Karsten Hopp 6f1d28
Karsten Hopp 6f1d28
-- 
Karsten Hopp 6f1d28
FIRST HEAD: All right! All right! We'll kill him first and then have tea and
Karsten Hopp 6f1d28
            biscuits.
Karsten Hopp 6f1d28
                 "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
Karsten Hopp 6f1d28
Karsten Hopp 6f1d28
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
Karsten Hopp 6f1d28
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
Karsten Hopp 6f1d28
\\\        download, build and distribute -- http://www.A-A-P.org        ///
Karsten Hopp 6f1d28
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///