projects
/
p5sagit/p5-mst-13.2.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
tweak Configure to follow new PERL_VERSION etc.
[p5sagit/p5-mst-13.2.git]
/
plan9
/
versnum
Commit
Line
Data
760ac839
1
/PATCHLEVEL/ {base = $3}
2
/SUBVERSION/ {subvers = $3}
3
END {
4
if (subvers == 0)
5
printf "p9pvers = 5.%03d\n", base> "buildinfo";
6
else
7
printf "p9pvers = 5.%03d_%02d\n" , base, subvers> "buildinfo";
8
}