automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] cleanup config.status.lineno


From: Eric Sunshine
Subject: [PATCH] cleanup config.status.lineno
Date: Wed, 7 Jan 2004 06:43:51 -0500

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  <address@hidden>

        * 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)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]