[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: (forw) Bug#153697: automake1.6: should clean dejagnu logs
From: |
Alexandre Duret-Lutz |
Subject: |
Re: (forw) Bug#153697: automake1.6: should clean dejagnu logs |
Date: |
22 Jul 2002 20:54:29 +0200 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 |
[Eric]
| This bug has been submitted to the Debian BTS. Please preserve the CC
| line when replying to this message. Would it be better if I submitted
| this to the GNATS database?
This is usually prefered.
[...]
[Andrew]
| $(DEJATOOL).log and $(DEJATOOL).sum should be cleaned when dejagnu
| support is active.
Could you try this? I don't have dejagnu installed.
2002-07-22 Alexandre Duret-Lutz <address@hidden>
* 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.16.2.2
diff -u -r1.16.2.2 dejagnu.am
--- lib/am/dejagnu.am 5 Jun 2002 09:06:38 -0000 1.16.2.2
+++ lib/am/dejagnu.am 22 Jul 2002 18:56:32 -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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: (forw) Bug#153697: automake1.6: should clean dejagnu logs,
Alexandre Duret-Lutz <=