diff options
author | Peter Prymmer <PPrymmer@factset.com> | 2000-09-08 04:02:19 -0700 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-09-08 21:27:50 +0000 |
commit | 9fba8746fe404a1cb38d0356aa0483a293ba1d19 (patch) | |
tree | 0a5b25f81b0278edd55a1daf9347312ca7a1f245 /Makefile.SH | |
parent | 74294fdf14b31ab4091db1a29ace01e8859b6f98 (diff) | |
download | perl-9fba8746fe404a1cb38d0356aa0483a293ba1d19.tar.gz |
make the ran_tests intermediate file 8.3 friendly
Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
p4raw-id: //depot/perl@7043
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.SH b/Makefile.SH index fa22695ba2..9b160edf29 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -728,7 +728,7 @@ _cleaner1: done _cleaner2: - rm -f core core.*perl.*.? *perl.core t/core t/core.perl.*.? t/*perl.core t/misctmp* t/forktmp* t/tmp* t/c t/perl t/ran_tests .?*.c so_locations $(LIBPERL_NONSHR) $(MINIPERL_NONSHR) + rm -f core core.*perl.*.? *perl.core t/core t/core.perl.*.? t/*perl.core t/misctmp* t/forktmp* t/tmp* t/c t/perl t/rantests .?*.c so_locations $(LIBPERL_NONSHR) $(MINIPERL_NONSHR) rm -rf $(addedbyconf) rm -f $(FIRSTMAKEFILE) $(FIRSTMAKEFILE).old rm -f $(private) @@ -791,7 +791,7 @@ test check: test-prep else \ cd t && PERL_SKIP_TTY_TEST=1 $(LDLIBPTH) ./perl TEST; \ fi - @echo "Ran tests" > t/ran_tests + @echo "Ran tests" > t/rantests utest ucheck: test-prep if (true </dev/tty) >/dev/null 2>&1; then \ |