6c586fe
To: vim_dev@googlegroups.com
6c586fe
Subject: Patch 7.3.485
6c586fe
Fcc: outbox
6c586fe
From: Bram Moolenaar <Bram@moolenaar.net>
6c586fe
Mime-Version: 1.0
6c586fe
Content-Type: text/plain; charset=UTF-8
6c586fe
Content-Transfer-Encoding: 8bit
6c586fe
------------
6c586fe
6c586fe
Patch 7.3.485
6c586fe
Problem:    When building Vim LDFLAGS isn't passed on to building xxd.
6c586fe
Solution:   Pass the LDFLAGS value. (James McCoy)
6c586fe
Files:	    src/Makefile
6c586fe
6c586fe
6c586fe
*** ../vim-7.3.484/src/Makefile	2011-12-14 20:51:19.000000000 +0100
6c586fe
--- src/Makefile	2012-03-28 17:16:06.000000000 +0200
6c586fe
***************
6c586fe
*** 1720,1726 ****
6c586fe
  		sh $(srcdir)/link.sh
6c586fe
  
6c586fe
  xxd/xxd$(EXEEXT): xxd/xxd.c
6c586fe
! 	cd xxd; CC="$(CC)" CFLAGS="$(CPPFLAGS) $(CFLAGS)" \
6c586fe
  		$(MAKE) -f Makefile
6c586fe
  
6c586fe
  # Build the language specific files if they were unpacked.
6c586fe
--- 1720,1726 ----
6c586fe
  		sh $(srcdir)/link.sh
6c586fe
  
6c586fe
  xxd/xxd$(EXEEXT): xxd/xxd.c
6c586fe
! 	cd xxd; CC="$(CC)" CFLAGS="$(CPPFLAGS) $(CFLAGS)" LDFLAGS="$(LDFLAGS)" \
6c586fe
  		$(MAKE) -f Makefile
6c586fe
  
6c586fe
  # Build the language specific files if they were unpacked.
6c586fe
*** ../vim-7.3.484/src/version.c	2012-03-28 17:10:26.000000000 +0200
6c586fe
--- src/version.c	2012-03-28 17:16:15.000000000 +0200
6c586fe
***************
6c586fe
*** 716,717 ****
6c586fe
--- 716,719 ----
6c586fe
  {   /* Add new patch number below this line */
6c586fe
+ /**/
6c586fe
+     485,
6c586fe
  /**/
6c586fe
6c586fe
-- 
6c586fe
GOD: That is your purpose Arthur ... the Quest for the Holy Grail ...
6c586fe
                 "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
6c586fe
6c586fe
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
6c586fe
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
6c586fe
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
6c586fe
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///