diff options
author | Yitzchak Scott-Thoennes <sthoenna@efn.org> | 2002-02-10 15:22:05 -0800 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-02-13 22:30:55 +0000 |
commit | 4fa3f26e6876c535c3a708430a266c39711fbf38 (patch) | |
tree | 8a0edf8771f267df5553bdfe3ceff7d93066ebe9 /Makefile.SH | |
parent | 732266dc6ae9a10c35695fe9bd9850ecaa70acb6 (diff) | |
download | perl-4fa3f26e6876c535c3a708430a266c39711fbf38.tar.gz |
Re: [PATCH] Configure followed by make minitest
Message-ID: <dE3Z8gzkgyBD092yn@efn.org>
p4raw-id: //depot/perl@14683
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile.SH b/Makefile.SH index 8ae5c5fc53..526c2e3a20 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -1051,10 +1051,14 @@ test_notty.deparse: test_prep # Can't depend on lib/Config.pm because that might be where miniperl # is crashing. minitest: miniperl$(EXE_EXT) lib/re.pm + -@test -f lib/lib.pm && test -f lib/Config.pm || \ + $(MAKE) lib/Config.pm lib/lib.pm + @echo " " @echo "You may see some irrelevant test failures if you have been unable" - @echo "to build lib/Config.pm." + @echo "to build lib/Config.pm or lib/lib.pm." + @echo " " - cd t && (rm -f perl$(EXE_EXT); $(LNS) ../miniperl$(EXE_EXT) perl$(EXE_EXT)) \ - && $(LDLIBPTH) ./perl TEST base/*.t comp/*.t cmd/*.t run/*.t io/*.t op/*.t </dev/tty + && $(LDLIBPTH) ./perl TEST base/*.t comp/*.t cmd/*.t run/*.t io/*.t op/*.t uni/*.t </dev/tty # Test via harness |