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