]> sourceware.org Git - automake.git/commitdiff
For Debian Bug#153697:
authorAlexandre Duret-Lutz <adl@gnu.org>
Fri, 11 Oct 2002 19:05:31 +0000 (19:05 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Fri, 11 Oct 2002 19:05:31 +0000 (19:05 +0000)
* lib/am/dejagnu.am (distclean-DEJAGNU): Remove $tool.sum and
$tool.log.
Suggested by Andrew Suffield.

ChangeLog
lib/am/dejagnu.am

index dbb3d8abc26c388dbf416653208d16bf78f7f06b..2cd152449c3b0fbed4592f75e69b3cc7eda4416f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2002-10-11  Alexandre Duret-Lutz  <adl@gnu.org>
+
+       For Debian Bug#153697:
+       * lib/am/dejagnu.am (distclean-DEJAGNU): Remove $tool.sum and
+       $tool.log.
+       Suggested by Andrew Suffield.
+
 2002-10-10  Alexandre Duret-Lutz  <adl@gnu.org>
 
        For PR automake/369:
index 7f8c378c655e048a1f2367ad5cbd07a177499fad..df69d02d600e83b4cac8634b74c10cca3c4a6652 100644 (file)
@@ -107,3 +107,6 @@ distclean-DEJAGNU:
 ## 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
This page took 0.028832 seconds and 5 git commands to generate.