From: Larry Wall Date: Wed, 15 Jul 1998 14:26:03 +0000 (-0700) Subject: remove possibly unwritable lib/re.pm before overwrite X-Git-Tag: accepted/trunk/20130322.191538~37282 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ceb0239cfc85c38d2ac2c2a50f33600a9b3c05bc;p=platform%2Fupstream%2Fperl.git remove possibly unwritable lib/re.pm before overwrite Message-Id: <199807152126.OAA04623@wall.org> Subject: Re: bug encountered building perl5.005beta1 p4raw-id: //depot/perl@1544 --- diff --git a/Makefile.SH b/Makefile.SH index 260c235..851b788 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -387,6 +387,7 @@ lib/ExtUtils/Miniperl.pm: miniperlmain.c miniperl minimod.pl lib/Config.pm sh mv-if-diff tmp $@ lib/re.pm: ext/re/re.pm + rm -f $@ cat ext/re/re.pm > $@ $(plextract): miniperl lib/Config.pm lib/re.pm