073263
To: vim_dev@googlegroups.com
073263
Subject: Patch 7.4.273
073263
Fcc: outbox
073263
From: Bram Moolenaar <Bram@moolenaar.net>
073263
Mime-Version: 1.0
073263
Content-Type: text/plain; charset=UTF-8
073263
Content-Transfer-Encoding: 8bit
073263
------------
073263
073263
Patch 7.4.273
073263
Problem:    "make autoconf" and "make reconfig" may first run configure and
073263
	    then remove the output.
073263
Solution:   Add these targets to the exceptions. (Ken Takata)
073263
Files:	    src/Makefile
073263
073263
073263
*** ../vim-7.4.272/src/Makefile	2014-04-29 12:15:22.852032651 +0200
073263
--- src/Makefile	2014-04-29 19:58:23.611545773 +0200
073263
***************
073263
*** 1670,1676 ****
073263
  	    ! grep -x -F 'ac_cv_env_CFLAGS_value=$(CFLAGS)' auto/config.cache > /dev/null; then \
073263
  		rm auto/config.cache; \
073263
  	fi
073263
! 	if test "X$(MAKECMDGOALS)" != "Xclean" -a "X$(MAKECMDGOALS)" != "Xdistclean"; then \
073263
  	    GUI_INC_LOC="$(GUI_INC_LOC)" GUI_LIB_LOC="$(GUI_LIB_LOC)" \
073263
  		CC="$(CC)" CPPFLAGS="$(CPPFLAGS)" CFLAGS="$(CFLAGS)" \
073263
  		LDFLAGS="$(LDFLAGS)" $(CONF_SHELL) srcdir="$(srcdir)" \
073263
--- 1670,1679 ----
073263
  	    ! grep -x -F 'ac_cv_env_CFLAGS_value=$(CFLAGS)' auto/config.cache > /dev/null; then \
073263
  		rm auto/config.cache; \
073263
  	fi
073263
! 	if test "X$(MAKECMDGOALS)" != "Xclean" \
073263
! 		-a "X$(MAKECMDGOALS)" != "Xdistclean" \
073263
! 		-a "X$(MAKECMDGOALS)" != "Xautoconf" \
073263
! 		-a "X$(MAKECMDGOALS)" != "Xreconfig"; then \
073263
  	    GUI_INC_LOC="$(GUI_INC_LOC)" GUI_LIB_LOC="$(GUI_LIB_LOC)" \
073263
  		CC="$(CC)" CPPFLAGS="$(CPPFLAGS)" CFLAGS="$(CFLAGS)" \
073263
  		LDFLAGS="$(LDFLAGS)" $(CONF_SHELL) srcdir="$(srcdir)" \
073263
*** ../vim-7.4.272/src/version.c	2014-04-29 17:41:18.351689927 +0200
073263
--- src/version.c	2014-04-29 19:59:21.895544751 +0200
073263
***************
073263
*** 736,737 ****
073263
--- 736,739 ----
073263
  {   /* Add new patch number below this line */
073263
+ /**/
073263
+     273,
073263
  /**/
073263
073263
-- 
073263
From "know your smileys":
073263
 <|-) Chinese
073263
 <|-( Chinese and doesn't like these kind of jokes
073263
073263
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
073263
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
073263
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
073263
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///