This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Circumvent the removal of .patch by fix_pl.
authorSimon Cozens <simon@netthink.co.uk>
Thu, 3 Aug 2000 04:17:00 +0000 (04:17 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Thu, 3 Aug 2000 13:07:05 +0000 (13:07 +0000)
Subject: Re: [ID 20000802.011] unable to 'make test'
Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org>

p4raw-id: //depot/perl@6503

Makefile.SH

index 22f8071..0d966ec 100644 (file)
@@ -328,6 +328,7 @@ ext.libs: $(static_ext)
 if test -f .patch ; then $spitshell >>Makefile <<'!NO!SUBS!' 
 patchlevel.h: .patch
        perl fix_pl || (make -f Makefile.micro && ./microperl fix_pl)
+       $(SHELL) Makefile.SH
 
 !NO!SUBS!