From dcb2530bd39078acc7dd92ba2657053921ca586c Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Thu, 8 Feb 2001 07:17:09 +0000 Subject: 13449: "make clean" cleans up after killed tests. --- ChangeLog | 3 +++ Test/Makefile.in | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d031e32bf..4098d1a0f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,9 @@ prevent ZLE modules from being loaded before $module_path is changed to point at the test installation. + * 13439: Test/Makefile.in: "make test" cleans up after killed + tests. + 2001-02-02 Andrej Borsenkow * unposted: Src/mkmakemod.sh: patterns in 13412 were wrong. diff --git a/Test/Makefile.in b/Test/Makefile.in index 5a66fe1ab..fc2e1544d 100644 --- a/Test/Makefile.in +++ b/Test/Makefile.in @@ -55,7 +55,7 @@ check test: @CLEAN_MK@ mostlyclean-here: - rm -rf *.tmp + rm -rf Modules .zcompdump *.tmp distclean-here: rm -f Makefile -- cgit 1.4.1