[comp.lang.perl] All patches applied

stevej@synopsys.synopsys.com (Steven Jukoff) (06/30/90)

1. All kits unraveled via 'sh'
2. All patches applied, in order, via 'patch -p -N < patch_xx'

Each patch had instructions, none of which were followed
as each of the eighteen patches were applied.

Is it safe to assume that I can compile 'perl' in the 
"normal manner".  I.e. start with "README", go on to 
configure, etc.

Or did I need to do something between each applied patch?

Steven Jukoff,             Phone: (415)962-5407
Synopsys, Inc.             FAX:   (415)965-8637
1098 Alta Ave              DDN:   stevej@synopsys.com
Mountain View, CA 94043    UUCP:  ..!uunet!fernwood!synopsys!stevej

lwall@jpl-devvax.JPL.NASA.GOV (Larry Wall) (07/02/90)

In article <541@synopsys.COM> stevej@synopsys.synopsys.com (Steven Jukoff) writes:
: 1. All kits unraveled via 'sh'
: 2. All patches applied, in order, via 'patch -p -N < patch_xx'
: 
: Each patch had instructions, none of which were followed
: as each of the eighteen patches were applied.
: 
: Is it safe to assume that I can compile 'perl' in the 
: "normal manner".  I.e. start with "README", go on to 
: configure, etc.

Should be ok.

: Or did I need to do something between each applied patch?

The directions are basically just a subset of the README file for people
upgrading from the last patchlevel.  If you're doing it from scratch, just
follow the README file.

The best test that you did it right, of course, is getting a clean compile
and clean regression tests.

Larry