This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] cleanup config.status.lineno


Hello,

Here is a patch for Automake which ensures that generated makefiles also  
clean up config.status.lineno at distclean time.  (Makefiles already know how  
to clean up configure.lineno, but neglect to remove its cousin.)

Eric


2003-01-07  Eric Sunshine  <sunshine@sunshineco.com>

	* lib/am/configure.am (am__CONFIG_DISTCLEAN_FILES): Add
	config.status.lineno.


--- lib/am/configure.am	Sat Nov 22 13:05:35 2003
+++ lib/am/configure.am-fix	Wed Jan  7 06:39:03 2004
@@ -132,7 +132,7 @@

 if %?TOPDIR_P%
 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
- configure.lineno
+ configure.lineno config.status.lineno
 distclean:
 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]