projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
c7b9dd2
6716b3a
09ea5ba
)
integrate cfgperl and vmsperl changes into mainline
Gurusamy Sarathy [Mon, 28 Feb 2000 07:04:22 +0000 (07:04 +0000)]
p4raw-id: //depot/perl@5316
1
2
3
Porting/makerel
patch
|
diff1
|
diff2
|
diff3
|
blob
|
history
diff --cc
Porting/makerel
index
2052fc8
,
2052fc8
,
2052fc8
..
4b8c277
---
1
/
Porting/makerel
---
2
/
Porting/makerel
---
3
/
Porting/makerel
+++ b/
Porting/makerel
@@@@
-36,7
-36,7
-36,7
+36,7
@@@@
my (@local_patches, @lpatch_tags, $lpat
@lpatch_tags = map { /^\s*,"(\w+)/ } @local_patches;
$lpatch_tags = join "-", @lpatch_tags;
---$perl = "perl$vers";
+++$perl = "perl-$vers";
$reldir = "$perl";
$reldir .= "-$lpatch_tags" if $lpatch_tags;