From: Gurusamy Sarathy Date: Fri, 2 Oct 1998 01:33:16 +0000 (+0000) Subject: tweak run_byacc recipe X-Git-Tag: accepted/trunk/20130322.191538~37051 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ebb9925428467601f365b797b9f30a0507ef87e1;p=platform%2Fupstream%2Fperl.git tweak run_byacc recipe p4raw-id: //depot/perl@1901 --- diff --git a/Makefile.SH b/Makefile.SH index f925a97..9f489f5 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -435,7 +435,7 @@ run_byacc: FORCE sh $(shellflags) ./perly.fixer y.tab.c perly.c sed -e 's/fprintf *( *stderr *,/PerlIO_printf(Perl_debug_log,/g' \ -e 's/y\.tab/perly/g' perly.c >perly.tmp && mv perly.tmp perly.c - echo 'extern YYSTYPE yylval;' >>y.tab.h + sed -e '/^extern YYSTYPE yy/D' y.tab.h >yh.tmp && mv yh.tmp y.tab.h cmp -s y.tab.h perly.h && rm -f y.tab.h || mv y.tab.h perly.h chmod 664 vms/perly_c.vms vms/perly_h.vms perl vms/vms_yfix.pl perly.c perly.h vms/perly_c.vms vms/perly_h.vms diff --git a/Porting/pumpkin.pod b/Porting/pumpkin.pod index f41dfac..f62f753 100644 --- a/Porting/pumpkin.pod +++ b/Porting/pumpkin.pod @@ -411,6 +411,9 @@ output statements mean the patch won't apply cleanly. Long ago I started to fix F to detect this, but I never completed the task. +If C changes, make sure you run C to +update the corresponding VMS files. See L. + Some additional notes from Larry on this: Don't forget to regenerate perly_c.diff. @@ -520,8 +523,8 @@ things that need to be fixed in Configure. =head2 VMS-specific updates -If you have changed F, then you may want to update -F by running C. +If you have changed F or F, then you most probably want +to update F by running C. The Perl version number appears in several places under F. It is courteous to update these versions. For example, if you are