automake-patches
[Top][All Lists]
Advanced

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

FYI: Bug#153697: automake1.6: should clean dejagnu logs


From: Alexandre Duret-Lutz
Subject: FYI: Bug#153697: automake1.6: should clean dejagnu logs
Date: 11 Oct 2002 21:05:08 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

I'm installing this on HEAD and branch-1-7.  This is an old patch
(http://sources.redhat.com/ml/bug-automake/2002/msg01762.html)
that sunk into my mail reader, waiting for an answer.  Since it has 
been used in the Debian package of Automake 1.6.3 without trouble, 
I'll assume it's ok :)

2002-10-11  Alexandre Duret-Lutz  <address@hidden>

        For Debian Bug#153697:
        * lib/am/dejagnu.am (distclean-DEJAGNU): Remove $tool.sum and
        $tool.log.
        Suggested by Andrew Suffield.

Index: lib/am/dejagnu.am
===================================================================
RCS file: /cvs/automake/automake/lib/am/dejagnu.am,v
retrieving revision 1.18
diff -u -r1.18 dejagnu.am
--- lib/am/dejagnu.am   5 Jun 2002 09:06:13 -0000       1.18
+++ lib/am/dejagnu.am   11 Oct 2002 18:56:10 -0000
@@ -107,3 +107,6 @@
 ## itself.  We can't predict what dejagnu or the test suite might
 ## generate.
        -rm -f site.exp site.bak
+       -l='$(DEJATOOL)'; for tool in $$l; do \
+         rm -f $$tool.sum $$tool.log; \
+       done

-- 
Alexandre Duret-Lutz





reply via email to

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